fix: explicitly disable 'duplicate-code' false alarm
so we can keep default config for that checker
This commit is contained in:
parent
96eb8f4356
commit
7b7fb6d7b8
3 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
# -*- mode: conf; -*-
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=fixme,
|
||||
|
||||
[SIMILARITIES]
|
||||
# nb. cuts out some noise for duplicate-code
|
||||
min-similarity-lines=5
|
||||
disable=fixme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue