Skip to content

Commit

Permalink
Merge pull request #9 from floatplane/fix_static_analysis_job
Browse files Browse the repository at this point in the history
Remove cppcheck suppression from test tree
  • Loading branch information
floatplane authored Jul 8, 2024
2 parents 26b4d8e + 7860040 commit 7567e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lib_deps =
check_tool = clangtidy, cppcheck
check_flags =
clangtidy: --checks '-*,bugprone-*,clang-analyzer-*,misc-*,performance-*,portability-*,readability-*,-readability-magic-numbers,-readability-static-accessed-through-instance,-readability-misplaced-array-index,google-*'
cppcheck: --enable=all --disable=unusedFunction --inline-suppr --std=c++20 --suppress=*:*/.pio/* --suppress=unmatchedSuppression:*/.pio/* --suppress=missingIncludeSystem:* --suppress=*:*/test/*
cppcheck: --enable=all --disable=unusedFunction --inline-suppr --std=c++20 --suppress=*:*/.pio/* --suppress=unmatchedSuppression:*/.pio/* --suppress=missingIncludeSystem:*
check_skip_packages = no
check_src_filters = +<src/*>
build_flags = -Wall -DENABLE_LOGGING
Expand Down

0 comments on commit 7567e3b

Please sign in to comment.