File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,6 @@ AllCops:
9
9
Style/AndOr :
10
10
Enabled : true
11
11
12
- # Do not use braces for hash literals when they are the last argument of a
13
- # method call.
14
- Style/BracesAroundHashParameters :
15
- Enabled : true
16
- EnforcedStyle : context_dependent
17
-
18
12
# Align `when` with `case`.
19
13
Layout/CaseIndentation :
20
14
Enabled : true
@@ -45,7 +39,7 @@ Layout/EmptyLinesAroundMethodBody:
45
39
Layout/EmptyLinesAroundModuleBody :
46
40
Enabled : true
47
41
48
- Layout/IndentFirstArgument :
42
+ Layout/FirstArgumentIndentation :
49
43
Enabled : true
50
44
51
45
# Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b }.
@@ -122,7 +116,7 @@ Layout/Tab:
122
116
Enabled : true
123
117
124
118
# Blank lines should not have any spaces.
125
- Layout/TrailingBlankLines :
119
+ Layout/TrailingEmptyLines :
126
120
Enabled : true
127
121
128
122
# No trailing whitespace.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source "http://rubygems.org"
3
3
group :development do
4
4
gem "juwelier" , "~> 2.0"
5
5
gem "rspec_junit_formatter"
6
- gem "rubocop" , require : false
6
+ gem "rubocop" , "0.81" , require : false
7
7
gem "rubocop-performance" , require : false
8
8
gem "rubocop-rails" , require : false
9
9
end
You can’t perform that action at this time.
0 commit comments