Skip to content

Commit

Permalink
[rubocop] Specify target version
Browse files Browse the repository at this point in the history
  • Loading branch information
teeparham committed Jan 2, 2018
1 parent b4f5521 commit 54ab073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.2

Layout/AlignParameters:
Enabled: false

Expand Down
7 changes: 0 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ Gemspec/OrderedDependencies:
Exclude:
- 'rgeo.gemspec'

# Offense count: 1
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'rgeo.gemspec'

# Offense count: 1
# Cop supports --auto-correct.
Layout/EmptyLines:
Expand Down

0 comments on commit 54ab073

Please sign in to comment.