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

Disable warnings for easier adoption of codechecker

parent 01f4e7ba
Branches
Tags
1 merge request!1321Add Code Quality analysis in the CI
Pipeline #67489 canceled
......@@ -4,7 +4,9 @@
"--analyzers=clang-tidy",
"--file=*/dune-common/*.cc",
"--skip", ".codechecker/skipfile",
"-e", "misc-definitions-in-headers"
"--enable", "misc-definitions-in-headers",
"--disable", "Wdeprecated-copy",
"--disable", "Wunused"
],
"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