Skip to content

Commit

Permalink
.krazy - exclude more checkers that are best done by other tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Dec 12, 2023
1 parent 0000e77 commit 294d29e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .krazy
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ EXTRA kdabcopyright-reuse,kdabcontactus,fosslicense-reuse
#EXTRA defines,null

#exclude checks now being done by clazy or clang-tools
EXCLUDE strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,inline,postfixop,dpointer,constref
#exclude more checks
EXCLUDE strings,explicit,normalize,passbyvalue,operators,nullstrcompare,nullstrassign,doublequote_chars,qobject,sigsandslots,staticobjects,inline,postfixop,dpointer,constref,emptystrcompare
#exclude more checks (was for ancient Qt4)
EXCLUDE qminmax,captruefalse
#exclude spelling as codespell is a much, much better tool
EXCLUDE spelling
#exclude other checks done by pre-commit
EXCLUDE endswithnewline,filenames

#coding style settings
EXCLUDE style
Expand Down

0 comments on commit 294d29e

Please sign in to comment.