aboutsummaryrefslogtreecommitdiff
path: root/config/detekt/detekt.yml
blob: dfea9a5eacd5d02b202577c7e57a133fd003d767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config:
  validation: true


forge:
  GlStateManagerWarnings:
    active: true
  InvalidSubscribeEvent:
    active: true

style:
  MagicNumber:
    active: false