-
Notifications
You must be signed in to change notification settings - Fork 2
/
.codeclimate.yml
48 lines (48 loc) · 1.26 KB
/
.codeclimate.yml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
engines:
reek:
enabled: true
flog:
enabled: true
rubymotion:
enabled: true
rubocop:
enabled: true
checks:
Rubocop/Style/DefWithParentheses:
enabled: false
Rubocop/Style/AsciiComments:
enabled: false
Rubocop/Style/StringLiterals:
enabled: false
Rubocop/Layout/ExtraSpacing:
enabled: false
Rubocop/Layout/SpaceAroundOperators:
enabled: false
Rubocop/Style/RedundantReturn:
enabled: false
Rubocop/Layout/EmptyLinesAroundClassBody:
enabled: false
Rubocop/Naming/FileName:
enabled: false
Rubocop/Layout/IndentationWidth:
enabled: false
Rubocop/Layout/Tab:
enabled: false
Rubocop/Naming/VariableName:
enabled: false
Rubocop/Style/AndOr:
enabled: false
Rubocop/Style/HashSyntax:
enabled: false
Rubocop/Style/MethodCallWithoutArgsParentheses:
enabled: false
UncommunicativeVariableName:
enabled: false
Rubocop/Style/RedundantSelf:
enabled: false
Rubocop/Layout/SpaceAfterComma:
enabled: false
Rubocop/Layout/EmptyLinesAroundMethodBody:
enabled: false
Rubocop/Layout/EmptyLinesAroundBlockBody:
enabled: false