Skip to content

Commit

Permalink
v0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowfish committed May 20, 2020
1 parent a3bf4ba commit 7b44778
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ramsey_cop (0.21.0)
ramsey_cop (0.22.0)
rubocop (>= 0.82)
rubocop-performance (>= 1.5.2)

Expand Down
3 changes: 0 additions & 3 deletions default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Layout/LineLength:
Lint/RaiseException:
Enabled: true

# TODO: Review this rule!
Layout/SpaceAroundMethodCallOperator:
Enabled: true

Expand Down Expand Up @@ -77,7 +76,6 @@ Style/DateTime:
Style/Documentation:
Enabled: false

# TODO: Review this rule!
Style/ExponentialNotation:
Enabled: true

Expand Down Expand Up @@ -111,7 +109,6 @@ Style/PercentLiteralDelimiters:
'%W': ()
'%x': ()

# TODO: Review this rule!
Style/SlicingWithRange:
Enabled: true

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.21.0".freeze
VERSION = "0.22.0".freeze
end

0 comments on commit 7b44778

Please sign in to comment.