Use default: ...
assignment for Devise config, fixes Style/ClassVars
cop (#30214)
This commit is contained in:
parent
c9557bdd3b
commit
040aaf3a48
2 changed files with 17 additions and 38 deletions
|
@ -54,10 +54,6 @@ Style/ClassEqualityComparison:
|
|||
- 'app/helpers/jsonld_helper.rb'
|
||||
- 'app/serializers/activitypub/outbox_serializer.rb'
|
||||
|
||||
Style/ClassVars:
|
||||
Exclude:
|
||||
- 'config/initializers/devise.rb'
|
||||
|
||||
# This cop supports safe autocorrection (--autocorrect).
|
||||
# Configuration parameters: AllowedVars.
|
||||
Style/FetchEnvVar:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue