-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak Cppcheck suppression and use build directory
Cppcheck is under active development and its command-line options can change. This commit updates the suppression list to work with versions 1.9 through 2.6. Additionally, while using a build directory for Cppcheck is optional, it is recommended to store analyzer output in a dedicated directory. Change-Id: I0a3043332661e7b4dc32dadf896cb4792774cdcd
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ qtest | |
.devcontainer | ||
core* | ||
.cmd_history | ||
.out | ||
|
||
# ctags files | ||
TAGS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters