Skip to content

Commit 60a3a04

Browse files
authored
config/default: It's impossible to disable Lint/Syntax
- Somehow this snuck in, but RuboCop errors: ``` Error: configuration for Syntax cop found in config/default.yml. It's not possible to disable this cop. ```
1 parent 5a1ede7 commit 60a3a04

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/default.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,6 @@ Lint/SuppressedException:
636636
Lint/SymbolConversion:
637637
Enabled: false
638638

639-
Lint/Syntax:
640-
Enabled: false
641-
642639
Lint/ToEnumArguments:
643640
Enabled: false
644641

0 commit comments

Comments
 (0)