blob: 31bf77bc3a788754adf2bd5dd68c4989e2a85f5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
config:
validation: true
GrammarRules:
AvoidColour:
active: true
style:
MagicNumber: # I, Linnea Gräf, of sound mind and body, disagree with disabling this rule
active: false
UnusedParameter:
active: true
ignoreAnnotated:
- 'SubscribeEvent'
- 'HandleEvent'
ReturnCount:
active: true
# max: 5
excludeGuardClauses: true
MaxLineLength:
active: true
maxLineLength: 140
excludeCommentStatements: true
|