Skip to content

Commit 4ca55c7

Browse files
committed
Avoid too much failures on Rubocop cop changes
This is the same version as: https://github.com/rspec/rspec-expectations/blob/master/Gemfile#L65 Related: rspec/rspec-dev#222 (comment)
1 parent 00d33fa commit 4ca55c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.rubocop_rspec_base.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was generated on 2019-07-24T15:33:53+02:00 from the rspec-dev repo.
1+
# This file was generated on 2019-04-01T20:23:57+02:00 from the rspec-dev repo.
22
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
33

44
# This file contains defaults for RSpec projects. Individual projects
@@ -135,7 +135,7 @@ Style/ParallelAssignment:
135135
Layout/EmptyLineBetweenDefs:
136136
Enabled: false
137137

138-
Layout/FirstParameterIndentation:
138+
Layout/IndentFirstArgument:
139139
Enabled: false
140140

141141
Naming/ConstantName:
@@ -258,7 +258,7 @@ Naming/HeredocDelimiterNaming:
258258
Layout/EmptyLineAfterMagicComment:
259259
Enabled: false
260260

261-
Layout/IndentArray:
261+
Layout/IndentFirstArrayElement:
262262
Enabled: false
263263

264264
Layout/IndentAssignment:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757

5858
gem "rubyzip", '~> 1.2'
5959

60-
gem 'rubocop'
60+
gem 'rubocop', "~> 0.74"
6161

6262
custom_gemfile = File.expand_path("../Gemfile-custom", __FILE__)
6363
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)

0 commit comments

Comments
 (0)