Skip to content

Commit

Permalink
Merge pull request #64 from aitbw/aitbw/fix-rubocop-warnings
Browse files Browse the repository at this point in the history
Do not run rubocop on Travis
  • Loading branch information
kennyadsl authored Jan 28, 2019
2 parents 87671bb + 326e70b commit c90859c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,28 @@ Style/AsciiComments:
Lint/EndAlignment:
Enabled: false

Style/ElseAlignment:
Layout/ElseAlignment:
Enabled: false

Style/IndentationWidth:
Layout/IndentationWidth:
Enabled: false

Style/AlignParameters:
Layout/AlignParameters:
Enabled: false

Style/ClosingParenthesisIndentation:
Layout/ClosingParenthesisIndentation:
Enabled: false

Style/MultilineMethodCallIndentation:
Layout/MultilineMethodCallIndentation:
Enabled: false

Style/IndentArray:
Layout/IndentArray:
Enabled: false

Style/IndentHash:
Layout/IndentHash:
Enabled: false

Style/AlignHash:
Layout/AlignHash:
Enabled: false

# From http://relaxed.ruby.style/
Expand All @@ -100,7 +100,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 @@ -168,11 +168,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
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ before_script:
- bundle exec rake test_app

script:
- bundle exec rubocop
- bundle exec rspec

rvm:
Expand Down

0 comments on commit c90859c

Please sign in to comment.