Enforce slashes for file paths with rubocop to ensure it carries over to codeclimate (#6047)

This commit is contained in:
Molly Struve 2020-02-12 15:19:52 -05:00 committed by GitHub
parent a31e15f90d
commit df7b62e2b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,9 @@ Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: comma
Enabled: true
Rails/FilePath:
EnforcedStyle: slashes
# Layout
Layout/DotPosition: