glean/.detekt.yml

12 строки
169 B
YAML

style:
# We want to allow "TODO" in comments
ForbiddenComment:
active: false
build:
maxIssues: 0
complexity:
LongMethod:
active: true
threshold: 60