Skip to content

Commit 0fdaa59

Browse files
chore: disable dangerous rubocop auto correct rule (#180)
1 parent 7946e79 commit 0fdaa59

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ Lint/MissingSuper:
8484
Lint/UnusedMethodArgument:
8585
AutoCorrect: false
8686

87+
# This option is prone to causing accidental bugs.
88+
Lint/UselessAssignment:
89+
AutoCorrect: false
90+
Exclude:
91+
- "examples/**/*.rb"
92+
8793
Metrics/AbcSize:
8894
Enabled: false
8995

0 commit comments

Comments
 (0)