Enforce slashes for file paths with rubocop to ensure it carries over to codeclimate (#6047)
This commit is contained in:
parent
a31e15f90d
commit
df7b62e2b0
1 changed files with 3 additions and 0 deletions
|
|
@ -154,6 +154,9 @@ Style/TrailingCommaInArrayLiteral:
|
|||
EnforcedStyleForMultiline: comma
|
||||
Enabled: true
|
||||
|
||||
Rails/FilePath:
|
||||
EnforcedStyle: slashes
|
||||
|
||||
# Layout
|
||||
|
||||
Layout/DotPosition:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue