Skip to content

Commit

Permalink
Disable TrailingBlankLines RuboCop cop
Browse files Browse the repository at this point in the history
Change-Id: Id0aeb1a17aac5cc1506622b051dfa85daae2a2f1
Reviewed-on: http://gerrit.causes.com/47146
Tested-by: jenkins <jenkins@brigade.com>
Reviewed-by: Shane da Silva <shane.dasilva@brigade.com>
  • Loading branch information
sds committed Feb 27, 2015
1 parent e82d644 commit 3940ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Fix non-visible line number on light-colored terminal backgrounds
* Allow files without `.haml` extension to be linted when explicitly specified
* Ignore `Style/TrailingBlankLines` warnings from RuboCop by default

## 0.11.0

Expand Down
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ linters:
- Style/IfUnlessModifier
- Style/IndentationWidth
- Style/Next
- Style/TrailingBlankLines
- Style/TrailingWhitespace
- Style/WhileUntilModifier

Expand Down

0 comments on commit 3940ffc

Please sign in to comment.