Skip to content

Commit

Permalink
Do not use Cppcheck because it throws internal AST errors
Browse files Browse the repository at this point in the history
AST = Abstract Syntrax Tree. We do not have syntax errors or anything
because building works. It is just that Cppcheck can't handle all our
template magic.
  • Loading branch information
PatrickKa committed Aug 27, 2024
1 parent 3ad0f86 commit af9f60e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
"binaryDir": "${sourceDir}/build/linux-x86",
"inherits": [
"dev-mode",
"cppcheck",
"clang-tidy",
"ci-unix",
"include-what-you-use"
Expand All @@ -153,7 +152,6 @@
"binaryDir": "${sourceDir}/build/cobc",
"inherits": [
"dev-mode",
"cppcheck",
"clang-tidy",
"ci-unix",
"include-what-you-use"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Docker image, the file should look something like the following:
"inherits": [
"dev-mode",
"clang-tidy",
"cppcheck",
"ci-unix",
"include-what-you-use"
],
Expand Down

0 comments on commit af9f60e

Please sign in to comment.