|
|
@@ -10,37 +10,6 @@ AllCops:
|
|
10
|
10
|
Exclude:
|
|
11
|
11
|
- 'db/schema.rb'
|
|
12
|
12
|
|
|
13
|
|
-# Offense count: 6
|
|
14
|
|
-# Cop supports --auto-correct.
|
|
15
|
|
-# Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
|
|
16
|
|
-# SupportedHashRocketStyles: key, separator, table
|
|
17
|
|
-# SupportedColonStyles: key, separator, table
|
|
18
|
|
-# SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
|
|
19
|
|
-Layout/AlignHash:
|
|
20
|
|
- Exclude:
|
|
21
|
|
- - 'app/models/token.rb'
|
|
22
|
|
- - 'app/views/api/activities/show.rabl'
|
|
23
|
|
- - 'db/seeds.rb'
|
|
24
|
|
-
|
|
25
|
|
-# Offense count: 1
|
|
26
|
|
-# Cop supports --auto-correct.
|
|
27
|
|
-Layout/LeadingCommentSpace:
|
|
28
|
|
- Exclude:
|
|
29
|
|
- - 'config/initializers/assets.rb'
|
|
30
|
|
-
|
|
31
|
|
-# Offense count: 1
|
|
32
|
|
-# Cop supports --auto-correct.
|
|
33
|
|
-Layout/MultilineBlockLayout:
|
|
34
|
|
- Exclude:
|
|
35
|
|
- - 'app/models/activity.rb'
|
|
36
|
|
-
|
|
37
|
|
-# Offense count: 1
|
|
38
|
|
-# Cop supports --auto-correct.
|
|
39
|
|
-# Configuration parameters: IndentationWidth.
|
|
40
|
|
-Layout/Tab:
|
|
41
|
|
- Exclude:
|
|
42
|
|
- - 'config/puma.rb'
|
|
43
|
|
-
|
|
44
|
13
|
# Offense count: 1
|
|
45
|
14
|
# Configuration parameters: AllowSafeAssignment.
|
|
46
|
15
|
Lint/AssignmentInCondition:
|