config/cookstyle.yml in cookstyle-2.0.0 vs config/cookstyle.yml in cookstyle-2.1.0

- old
+ new

@@ -136,5 +136,10 @@ Style/YodaCondition: Enabled: true Layout/EmptyLinesAroundExceptionHandlingKeywords: Enabled: true + +# enforce lf to avoid failures on Windows systems +Layout/EndOfLine: + Enabled: true + EnforcedStyle: lf