Skip to content

Commit

Permalink
Bump rubocop from 0.81.0 to 0.82.0 (#115)
Browse files Browse the repository at this point in the history
Add definitions for new non-default cops
  • Loading branch information
mellowfish authored May 7, 2020
1 parent 23106de commit 5546ece
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
ramsey_cop (0.19.0)
rubocop (>= 0.81)
ramsey_cop (0.20.0)
rubocop (>= 0.82)
rubocop-performance (>= 1.5.2)

GEM
Expand All @@ -12,7 +12,7 @@ GEM
diff-lcs (1.3)
jaro_winkler (1.5.4)
parallel (1.19.1)
parser (2.7.1.0)
parser (2.7.1.2)
ast (~> 2.4.0)
rainbow (3.0.0)
rake (12.3.3)
Expand All @@ -30,7 +30,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.81.0)
rubocop (0.82.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down
6 changes: 6 additions & 0 deletions default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Layout/LineLength:
Lint/RaiseException:
Enabled: true

Layout/SpaceAroundMethodCallOperator:
Enabled: false

Lint/StructNewOverride:
Enabled: true

Expand Down Expand Up @@ -70,6 +73,9 @@ Style/DateTime:
Style/Documentation:
Enabled: false

Style/ExponentialNotation:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion lib/ramsey_cop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RamseyCop
VERSION = "0.19.0".freeze
VERSION = "0.20.0".freeze
end
2 changes: 1 addition & 1 deletion ramsey_cop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rubocop", ">= 0.81"
spec.add_dependency "rubocop", ">= 0.82"
spec.add_dependency "rubocop-performance", ">= 1.5.2"
spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 12.3"
Expand Down

0 comments on commit 5546ece

Please sign in to comment.