Skip to content
Snippets Groups Projects
Commit deafc204 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Update deprecated check names

parent 442581a3
Branches
Tags
1 merge request!1321Add Code Quality analysis in the CI
Pipeline #67490 failed
......@@ -5,8 +5,8 @@
"--file=*/dune-common/*.cc",
"--skip", ".codechecker/skipfile",
"--enable", "misc-definitions-in-headers",
"--disable", "Wdeprecated-copy",
"--disable", "Wunused"
"--disable", "clang-diagnostic-deprecated-copy",
"--disable", "clang-diagnostic-unused"
],
"parse": [
"--file=*/dune-common/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment