From df7b62e2b03a58d09897a0c5a30fac2777699253 Mon Sep 17 00:00:00 2001 From: Molly Struve Date: Wed, 12 Feb 2020 15:19:52 -0500 Subject: [PATCH] Enforce slashes for file paths with rubocop to ensure it carries over to codeclimate (#6047) --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 3682cfc69..6cdb36c99 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -154,6 +154,9 @@ Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Enabled: true +Rails/FilePath: + EnforcedStyle: slashes + # Layout Layout/DotPosition: