File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
AllCops :
2
- RunRailsCops : true
3
2
Exclude :
4
3
- ' bin/*'
5
4
- ' db/schema.rb'
6
5
- ' db/seeds.rb'
7
6
- ' vendor/bundle/**/*'
8
7
8
+ Rails :
9
+ Enabled : true
10
+
9
11
Metrics/AbcSize :
10
12
Exclude :
11
13
- ' app/controllers/passwords_controller.rb'
@@ -51,7 +53,7 @@ Style/DoubleNegation:
51
53
Style/SpaceInsideHashLiteralBraces :
52
54
EnforcedStyle : no_space
53
55
54
- Style/TrailingComma :
56
+ Style/TrailingCommaInLiteral :
55
57
EnforcedStyleForMultiline : ' comma'
56
58
57
59
Style/WordArray :
Original file line number Diff line number Diff line change 39
39
addressable (2.4.0 )
40
40
arel (6.0.3 )
41
41
ast (2.2.0 )
42
- astrolabe (1.3.1 )
43
- parser (~> 2.2 )
44
42
bcrypt (3.1.10 )
45
43
builder (3.2.2 )
46
44
coffee-rails (4.1.1 )
@@ -170,13 +168,11 @@ GEM
170
168
http-cookie (>= 1.0.2 , < 2.0 )
171
169
mime-types (>= 1.16 , < 3.0 )
172
170
netrc (~> 0.7 )
173
- rubocop (0.35.1 )
174
- astrolabe (~> 1.3 )
175
- parser (>= 2.2.3.0 , < 3.0 )
171
+ rubocop (0.36.0 )
172
+ parser (>= 2.3.0.0 , < 3.0 )
176
173
powerpack (~> 0.1 )
177
174
rainbow (>= 1.99.1 , < 3.0 )
178
175
ruby-progressbar (~> 1.7 )
179
- tins (<= 1.6.0 )
180
176
ruby-progressbar (1.7.5 )
181
177
safe_yaml (1.0.4 )
182
178
sass (3.4.21 )
You can’t perform that action at this time.
0 commit comments