Skip to content

Commit c3d4210

Browse files
(PE-42025) try that now
1 parent 1bbc990 commit c3d4210

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.rubocop.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -320,11 +320,11 @@ RSpec/ExpectChange:
320320
Enabled: false
321321
RSpec/ExpectInHook:
322322
Enabled: false
323-
RSpec/FactoryBot/AttributeDefinedStatically:
323+
FactoryBot/AttributeDefinedStatically:
324324
Enabled: false
325-
RSpec/FactoryBot/CreateList:
325+
FactoryBot/CreateList:
326326
Enabled: false
327-
RSpec/FactoryBot/FactoryClassName:
327+
FactoryBot/FactoryClassName:
328328
Enabled: false
329329
RSpec/HooksBeforeExamples:
330330
Enabled: false
@@ -598,27 +598,27 @@ RSpec/DuplicatedMetadata:
598598
Enabled: false
599599
RSpec/ExcessiveDocstringSpacing:
600600
Enabled: false
601-
RSpec/FactoryBot/ConsistentParenthesesStyle:
601+
FactoryBot/ConsistentParenthesesStyle:
602602
Enabled: false
603-
RSpec/FactoryBot/FactoryNameStyle:
603+
FactoryBot/FactoryNameStyle:
604604
Enabled: false
605-
RSpec/FactoryBot/SyntaxMethods:
605+
FactoryBot/SyntaxMethods:
606606
Enabled: false
607607
RSpec/IdenticalEqualityAssertion:
608608
Enabled: false
609609
RSpec/NoExpectationExample:
610610
Enabled: false
611611
RSpec/PendingWithoutReason:
612612
Enabled: false
613-
RSpec/Rails/AvoidSetupHook:
613+
RSpecRails/AvoidSetupHook:
614614
Enabled: false
615-
RSpec/Rails/HaveHttpStatus:
615+
RSpecRails/HaveHttpStatus:
616616
Enabled: false
617-
RSpec/Rails/InferredSpecType:
617+
RSpecRails/InferredSpecType:
618618
Enabled: false
619-
RSpec/Rails/MinitestAssertions:
619+
RSpecRails/MinitestAssertions:
620620
Enabled: false
621-
RSpec/Rails/TravelAround:
621+
RSpecRails/TravelAround:
622622
Enabled: false
623623
RSpec/RedundantAround:
624624
Enabled: false

0 commit comments

Comments
 (0)