Skip to content

Commit 84ac100

Browse files
committed
refactor(Rubocop): Explicity disable linting for Rails conventions
1 parent 890cb18 commit 84ac100

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,9 @@ Lint/UnusedMethodArgument:
15841584
Lint/Void:
15851585
CheckForMethodsWithNoSideEffects: false
15861586

1587+
Rails:
1588+
Enabled: false
1589+
15871590
#################### Performance ###########################
15881591

15891592
Performance/DoubleStartEndWith:

0 commit comments

Comments
 (0)