unrecognized cop or department Style/ExactRegexpMatch found in .rubocop.enabled.yml
Did you mean `Style/RedundantRegexpCharacterClass`?
unrecognized cop or department Style/ExactRegexpMatch found in .rubocop.yml
Did you mean `Style/RedundantRegexpCharacterClass`?
The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.
Please also note that you can opt-in to new cops by default by adding this to your config:
AllCops:
NewCops: enable
RSpec/Rails/AvoidSetupHook: # new in 2.4
Enabled: true
RSpec/Rails/HaveHttpStatus: # new in 2.12
Enabled: true
RSpec/Rails/InferredSpecType: # new in 2.14
Enabled: true
RSpec/Rails/MinitestAssertions: # new in 2.17
Enabled: true
RSpec/Rails/TravelAround: # new in 2.19
Enabled: true
For more information: https://docs.rubocop.org/rubocop/versioning.html