Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove now-invalid cops from rubocop #65

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions .rubocop.disabled.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# These are all the cops that are disabled in the default configuration.

Capybara/MatchStyle: # new in 2.17
Enabled: false
Capybara/NegationMatcher: # new in 2.14
Enabled: false
Capybara/SpecificActions: # new in 2.14
Enabled: false
Capybara/SpecificFinders: # new in 2.13
Enabled: false
Capybara/SpecificMatcher: # new in 2.12
Enabled: false
FactoryBot/ConsistentParenthesesStyle: # new in 2.14
Enabled: false
FactoryBot/FactoryNameStyle: # new in 2.16
Enabled: false
FactoryBot/SyntaxMethods: # new in 2.7
Enabled: false

Layout/ClassStructure:
Description: 'Enforces a configured order of definitions within a class body.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-classes'
Expand Down Expand Up @@ -55,17 +38,6 @@ Layout/MultilineAssignmentLayout:
# Description: 'Checks unsafe usage of number conversion methods.'
# Enabled: false

RSpec/Rails/AvoidSetupHook: # new in 2.4
Enabled: false
RSpec/Rails/HaveHttpStatus: # new in 2.12
Enabled: false
RSpec/Rails/InferredSpecType: # new in 2.14
Enabled: false
RSpec/Rails/MinitestAssertions: # new in 2.17
Enabled: false
RSpec/Rails/TravelAround: # new in 2.19
Enabled: false

Style/AutoResourceCleanup:
Description: 'Suggests the usage of an auto resource cleanup version of a method (if available).'
Enabled: false
Expand Down