mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 08:43:09 -03:00
cppcheck: Make less annoying
Force checking all #ifdef paths, disable StlAlgorithm suggestion Removes a lot of borderline useless spew. [ci skip]
This commit is contained in:
@@ -10,3 +10,6 @@ varFuncNullUB
|
||||
unmatchedSuppression
|
||||
// Suppress this one because it reports assert(condition && "message"), which we use all over the place
|
||||
incorrectStringBooleanError
|
||||
|
||||
// This is of very little use and pops up *everywhere*.
|
||||
useStlAlgorithm
|
||||
|
||||
Reference in New Issue
Block a user