Open
Description
I can set separate check mass thresholds with
checks:
identical-code:
config:
threshold: 25
similar-code:
config:
threshold: 50
but those aren't language specific.
I can set a language-specific mass threshold with
plugins:
duplication:
config:
languages:
javascript:
mass_threshold: 50
but that sets the threshold for both identical and similar code.
I want to be able to do something like
plugins:
duplication:
config:
languages:
javascript:
identical-code:
mass_threshold: 25
similar-code:
mass_threshold: 50
Metadata
Metadata
Assignees
Labels
No labels