Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spike01 committed Apr 2, 2015
1 parent 78d4855 commit 68d98e5
Showing 1 changed file with 2 additions and 45 deletions.
47 changes: 2 additions & 45 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,2 @@
require: rubocop-rspec

EmptyLinesAroundBlockBody:
Enabled: false

Style/StringLiterals:
Enabled: false

Style/Documentation:
Description: Document classes and non-namespace modules.
Enabled: false

Style/MethodDefParentheses:
Description: Checks if the method definitions have or don't have parentheses.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#method-parens
Enabled: false

Style/SingleLineBlockParams:
Description: Enforces the names of some block params.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#reduce-blocks
Enabled: false
Methods:
- reduce:
- a
- e
- inject:
- a
- e

Lint/UselessAssignment:
Description: Checks for useless assignment to a local variable.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#underscore-unused-vars
Enabled: false

Style/TrailingBlankLines:
Description: Checks trailing blank lines and final newline.
StyleGuide: https://github.com/bbatsov/ruby-style-guide#newline-eof
Enabled: false
EnforcedStyle: final_newline
SupportedStyles:
- final_newline
- final_blank_line

Rails/Output:
Enabled: false
rvm: '2.2.1'
script: bundle exec rspec spec

0 comments on commit 68d98e5

Please sign in to comment.