We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0104561 commit ea1dee3Copy full SHA for ea1dee3
1 file changed
.rubocop.yml
@@ -352,6 +352,11 @@ Rails/LexicallyScopedActionFilter:
352
Exclude:
353
- "backend/app/controllers/**/*"
354
355
+Rails/HelperInstanceVariable:
356
+ Exclude:
357
+ - "backend/app/helpers/**/*"
358
+ - "core/app/helpers/**/*"
359
+
360
# Since we're writing library code we can't assume that
361
# tasks should load the rails environment loaded.
362
Rails/RakeEnvironment:
0 commit comments