Skip to content

Commit

Permalink
Readd c++ argument to cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 23, 2024
1 parent bddb4eb commit cad0517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ repos:
entry: env AMENT_CPPCHECK_ALLOW_SLOW_VERSIONS=1 ament_cppcheck
language: system
files: \.(h\+\+|h|hh|hxx|hpp|cuh|c|cc|cpp|cu|c\+\+|cxx|tpp|txx)$
args: ['--language=c++']

- repo: local
hooks:
Expand Down

0 comments on commit cad0517

Please sign in to comment.