Skip to content

Commit

Permalink
Enforce LF to fix Windows CI build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Apr 9, 2017
1 parent 4172879 commit 0b7fb7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Style/Documentation:
Style/DoubleNegation:
Enabled: false

Style/EndOfLine:
EnforcedStyle: lf

Style/FileName:
Exclude:
- Dangerfile
Expand Down

0 comments on commit 0b7fb7c

Please sign in to comment.