.rubocop-rspec.yml in rubocopital-0.5.3 vs .rubocop-rspec.yml in rubocopital-0.6.0

- old
+ new

@@ -11,10 +11,13 @@ FactoryBot/CreateList: Enabled: true EnforcedStyle: create_list +FactoryBot/FactoryClassName: + Enabled: true + Rails/HttpStatus: Enabled: true EnforcedStyle: symbolic RSpec/AlignLeftLetBrace: @@ -36,10 +39,13 @@ Enabled: true RSpec/BeforeAfterAll: Enabled: true +RSpec/ContextMethod: + Enabled: true + RSpec/ContextWording: Enabled: true RSpec/DescribeClass: Enabled: true @@ -52,10 +58,17 @@ EnforcedStyle: described_class RSpec/DescribeMethod: Enabled: true +RSpec/Dialect: + Enabled: false + +RSpec/EmptyLineAfterExample: + Enabled: true + AllowConsecutiveOneLiners: true + RSpec/EmptyExampleGroup: Enabled: true RSpec/EmptyLineAfterExampleGroup: Enabled: true @@ -105,10 +118,13 @@ EnforcedStyle: implicit RSpec/HooksBeforeExamples: Enabled: true +RSpec/ImplicitBlockExpectation: + Enabled: true + RSpec/ImplicitExpect: Enabled: true EnforcedStyle: is_expected RSpec/ImplicitSubject: @@ -131,9 +147,12 @@ RSpec/IteratedExpectation: Enabled: true RSpec/LeadingSubject: + Enabled: true + +RSpec/LeakyConstantDeclaration: Enabled: true RSpec/LetBeforeExamples: Enabled: true