Skip to content

Commit

Permalink
ci: fix rubocop failure on windows
Browse files Browse the repository at this point in the history
fixes #27
  • Loading branch information
p0deje committed Nov 28, 2023
1 parent a34d966 commit ed9c992
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/gem/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ AllCops:
NewCops: enable
SuggestExtensions: false
TargetRubyVersion: 2.6

# Avoid cop failure on Windows.
Layout/EndOfLine:
EnforcedStyle: lf

0 comments on commit ed9c992

Please sign in to comment.