Skip to content

Commit

Permalink
Merge pull request #207 from NexGenAnalytics/famework-update-sa-action
Browse files Browse the repository at this point in the history
Framework: Update `cppcheck` and `clang-tidy` args
  • Loading branch information
stmcgovern authored Sep 21, 2023
2 parents 162ba26 + 63f31e1 commit 2f32da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
-D TeuchosCore_ENABLE_TESTS=OFF
report_pr_changes_only: true
apt_pckgs: libblas-dev liblapack-dev mpich
cppcheck_args: --enable=all -DMPI_VERSION=3 -D__GNUC__=10 -D__GNUG__=10
clang_tidy_args: -checks='*,fuchsia-*,google-*,zircon-*,abseil-*,modernize-use-trailing-return-type,llvm*,hicpp-uppercase-literal-suffix,readability-uppercase-literal-suffix'
cppcheck_args: --enable=all -DMPI_VERSION=3 -D__GNUC__=10 -D__GNUG__=10 --suppress=missingIncludeSystem
clang_tidy_args: -checks='*,fuchsia-*,google-*,zircon-*,abseil-*,-modernize-use-trailing-return-type,-llvm*,-hicpp-uppercase-literal-suffix,-readability-uppercase-literal-suffix'

0 comments on commit 2f32da2

Please sign in to comment.