Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 3bfe466

Browse files
bennacer860soulcutter
authored andcommitted
turn off Style/SymbolProc, Style/StringLiteralsInInterpolation and Lint/NonLocalExitFromIterator
1 parent 6e2ce40 commit 3bfe466

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.rubocop.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ Lint/HandleExceptions:
4343
Lint/LiteralInInterpolation:
4444
Enabled: false
4545

46+
Lint/NonLocalExitFromIterator:
47+
Enabled: false
48+
49+
# We don't care about single vs double qoutes.
50+
Style/StringLiteralsInInterpolation:
51+
Enabled: false
52+
53+
Style/SymbolProc:
54+
Enabled: false
55+
4656
Style/SpaceAroundOperators:
4757
MultiSpaceAllowedForOperators:
4858
- '='

0 commit comments

Comments
 (0)