Skip to content

Commit

Permalink
.clazy - don't run the fully-qualified-moc-types checker
Browse files Browse the repository at this point in the history
also skip the 3rdparty libkode
  • Loading branch information
Allen Winter committed Jan 7, 2024
1 parent e70a798 commit bb93fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clazy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#do not report clazy results for these subdirs
#libkode is a separate project that we care about
#SKIP /libkode/
SKIP /libkode/

#clazy checks specification
#currently there are more than 1000 qstring-allocation issues
CHECKS level2,no-qstring-allocations
CHECKS level2,no-qstring-allocations,no-fully-qualified-moc-types

0 comments on commit bb93fb8

Please sign in to comment.