Skip to content

Commit

Permalink
Tweak .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Dec 1, 2017
1 parent e8d4d1a commit 0ffc56b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Style/Documentation:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#styledocumentation

Style/DotPosition:
Layout/DotPosition:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#styledotposition

Expand Down Expand Up @@ -87,11 +87,11 @@ Style/SingleLineMethods:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylesinglelinemethods

Style/SpaceBeforeBlockBraces:
Layout/SpaceBeforeBlockBraces:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylespacebeforeblockbraces

Style/SpaceInsideParens:
Layout/SpaceInsideParens:
Enabled: false
StyleGuide: http://relaxed.ruby.style/#stylespaceinsideparens

Expand Down Expand Up @@ -152,7 +152,7 @@ Lint/HandleExceptions:
- 'Rakefile'
- 'lib/inky.rb'

Style/BlockLength:
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- 'spec/**/*.rb'
Expand Down

0 comments on commit 0ffc56b

Please sign in to comment.