Skip to content

Commit bf276ee

Browse files
committed
cppcheck ignore cmake directory
1 parent c5d90e0 commit bf276ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414

1515
script:
1616
# Static code analysis
17-
- cppcheck . --error-exitcode=1 --quiet --force
17+
- cppcheck . --error-exitcode=1 --quiet --force -icmake-3.1.3-Linux-x86_64
1818
# Test x64 CPU
1919
- mkdir build
2020
- cd build

0 commit comments

Comments
 (0)