Skip to content

Commit

Permalink
Rubocop changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Apr 20, 2020
1 parent 93bbd3c commit ad0f0b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rubocop-iknow.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'rubocop-iknow'
s.version = '0.0.3'
s.version = '0.0.4'
s.date = '2020-03-03'
s.summary = 'Rubocop Configuration used with iKnow Projects'
s.authors = ['iKnow Team']
Expand Down
6 changes: 5 additions & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
AllCops:
TargetRubyVersion: 2.5
Metrics/LineLength:
Layout/LineLength:
# Max: 100
Enabled: false # Potentially bring this back later
Metrics/BlockLength:
Expand Down Expand Up @@ -73,6 +73,10 @@ Lint/UnusedMethodArgument:
IgnoreEmptyMethods: true
Lint/EmptyWhen:
Enabled: false
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/NonNilCheck:
Expand Down

0 comments on commit ad0f0b4

Please sign in to comment.