We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dedbf commit bdf0dbfCopy full SHA for bdf0dbf
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
args: ["--style=file", "-i"] # Use the .clang-format file for configuration and apply all fixes
37
files: ^(Common\+\+|Packet\+\+|Pcap\+\+|Tests|Examples)/.*\.(cpp|h)$
38
- id: cppcheck
39
- args: ["--std=c++11", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
+ args: ["--std=c++14", "--language=c++", "--suppressions-list=cppcheckSuppressions.txt", "--inline-suppr", "--force"]
40
- repo: https://github.com/BlankSpruce/gersemi
41
rev: 0.19.3
42
hooks:
0 commit comments