Fix rubocop config

This commit is contained in:
Essem 2023-10-11 11:07:18 -05:00
parent 9b73910346
commit fc8d62cf93
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -259,7 +259,6 @@ RSpec/NestedGroups:
RSpec/PendingWithoutReason:
Exclude:
- 'spec/models/account_spec.rb'
- 'spec/models/status_reaction_spec.rb'
# This cop supports unsafe autocorrection (--autocorrect-all).