Skip to content

Commit 9e9c501

Browse files
committed
chore(rubocop): disable autocorrect on rspec/focus
1 parent ee2010c commit 9e9c501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,3 +584,5 @@ RSpec/FilePath:
584584
Enabled: false
585585
RSpec/InstanceVariable:
586586
Enabled: false
587+
RSpec/Focus:
588+
AutoCorrect: false

0 commit comments

Comments
 (0)