Skip to content

Commit

Permalink
Merge pull request #1360 from Lykos/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Lykos committed May 12, 2024
2 parents 9da6d4f + 9cd0427 commit e2dd8f2
Show file tree
Hide file tree
Showing 3 changed files with 962 additions and 983 deletions.
18 changes: 12 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ RSpec/IdenticalEqualityAssertion: # new in 2.4
Enabled: true
RSpec/SubjectDeclaration: # new in 2.5
Enabled: true
RSpec/Rails/AvoidSetupHook: # new in 2.4
RSpecRails/AvoidSetupHook: # new in 2.4
Enabled: true
RSpec/MultipleMemoizedHelpers:
# TODO: Enable
Expand Down Expand Up @@ -390,7 +390,7 @@ Lint/ConstantOverwrittenInRescue: # new in 1.31
Enabled: true
Lint/NonAtomicFileOperation: # new in 1.31
Enabled: true
RSpec/Rails/HaveHttpStatus: # new in 2.12
RSpecRails/HaveHttpStatus: # new in 2.12
Enabled: true
Lint/RequireRangeParentheses: # new in 1.32
Enabled: true
Expand Down Expand Up @@ -432,7 +432,7 @@ RSpec/SortMetadata: # new in 2.14
Enabled: true
FactoryBot/ConsistentParenthesesStyle: # new in 2.14
Enabled: true
RSpec/Rails/InferredSpecType: # new in 2.14
RSpecRails/InferredSpecType: # new in 2.14
Enabled: true
Style/RedundantEach: # new in 1.38
Enabled: true
Expand Down Expand Up @@ -468,7 +468,7 @@ Capybara/SpecificFinders: # new in 2.13
Enabled: true
Capybara/SpecificMatcher: # new in 2.12
Enabled: true
RSpec/Rails/MinitestAssertions: # new in 2.17
RSpecRails/MinitestAssertions: # new in 2.17
Enabled: true
Gemspec/DevelopmentDependencies: # new in 1.44
Enabled: true
Expand Down Expand Up @@ -504,7 +504,7 @@ RSpec/RedundantAround: # new in 2.19
Enabled: true
RSpec/SkipBlockInsideExample: # new in 2.19
Enabled: true
RSpec/Rails/TravelAround: # new in 2.19
RSpecRails/TravelAround: # new in 2.19
Enabled: true
Style/ExactRegexpMatch: # new in 1.51
Enabled: true
Expand Down Expand Up @@ -534,7 +534,7 @@ FactoryBot/RedundantFactoryOption: # new in 2.23
Enabled: true
RSpec/ReceiveMessages: # new in 2.23
Enabled: true
RSpec/Rails/NegationBeValid: # new in 2.23
RSpecRails/NegationBeValid: # new in 2.23
Enabled: true
Performance/MapMethodChain: # new in 1.19
Enabled: true
Expand Down Expand Up @@ -584,3 +584,9 @@ RSpec/IsExpectedSpecify: # new in 2.27
Enabled: true
RSpec/RepeatedSubjectCall: # new in 2.27
Enabled: true
Style/MapIntoArray: # new in 1.63
Enabled: true
RSpec/EmptyOutput: # new in 2.29
Enabled: true
RSpec/UndescriptiveLiteralsDescription: # new in 2.29
Enabled: true
Loading

0 comments on commit e2dd8f2

Please sign in to comment.