3
0
Fork 0

fix: explicitly disable 'duplicate-code' false alarm

so we can keep default config for that checker
This commit is contained in:
Lance Edgar 2025-09-01 19:38:57 -05:00
parent 96eb8f4356
commit 7b7fb6d7b8
3 changed files with 7 additions and 5 deletions

View file

@ -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