Skip to content

Commit

Permalink
Update default.yml with new RuboCop names
Browse files Browse the repository at this point in the history
RuboCop renamed a few cops and removed FinalNewline
  • Loading branch information
jaredmoody authored and sds committed Oct 26, 2017
1 parent 74a0ae7 commit f99766b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,15 @@ linters:
- Lint/EndAlignment
- Lint/Void
- Layout/AlignParameters
- Layout/ElseAlignment
- Layout/EndOfLine
- Layout/IndentationWidth
- Layout/TrailingBlankLines
- Layout/TrailingWhitespace
- Metrics/BlockLength
- Metrics/BlockNesting
- Metrics/LineLength
- Style/BlockNesting
- Style/ElseAlignment
- Style/EndOfLine
- Style/FileName
- Style/FinalNewline
- Naming/FileName
- Style/FrozenStringLiteralComment
- Style/IfUnlessModifier
- Style/Next
Expand Down

0 comments on commit f99766b

Please sign in to comment.