|
|
|
@ -1,6 +1,6 @@ |
|
|
|
# This configuration was generated by |
|
|
|
# This configuration was generated by |
|
|
|
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp` |
|
|
|
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp` |
|
|
|
# using RuboCop version 1.65.0. |
|
|
|
# using RuboCop version 1.66.1. |
|
|
|
# The point is for the user to remove these configuration records |
|
|
|
# The point is for the user to remove these configuration records |
|
|
|
# one by one as the offenses are removed from the code base. |
|
|
|
# one by one as the offenses are removed from the code base. |
|
|
|
# Note that changes in the inspected code, or installation of new |
|
|
|
# Note that changes in the inspected code, or installation of new |
|
|
|
@ -35,7 +35,6 @@ Rails/OutputSafety: |
|
|
|
# Configuration parameters: AllowedVars. |
|
|
|
# Configuration parameters: AllowedVars. |
|
|
|
Style/FetchEnvVar: |
|
|
|
Style/FetchEnvVar: |
|
|
|
Exclude: |
|
|
|
Exclude: |
|
|
|
- 'app/lib/redis_configuration.rb' |
|
|
|
|
|
|
|
- 'app/lib/translation_service.rb' |
|
|
|
- 'app/lib/translation_service.rb' |
|
|
|
- 'config/environments/production.rb' |
|
|
|
- 'config/environments/production.rb' |
|
|
|
- 'config/initializers/2_limited_federation_mode.rb' |
|
|
|
- 'config/initializers/2_limited_federation_mode.rb' |
|
|
|
@ -44,7 +43,6 @@ Style/FetchEnvVar: |
|
|
|
- 'config/initializers/devise.rb' |
|
|
|
- 'config/initializers/devise.rb' |
|
|
|
- 'config/initializers/paperclip.rb' |
|
|
|
- 'config/initializers/paperclip.rb' |
|
|
|
- 'config/initializers/vapid.rb' |
|
|
|
- 'config/initializers/vapid.rb' |
|
|
|
- 'lib/mastodon/redis_config.rb' |
|
|
|
|
|
|
|
- 'lib/tasks/repo.rake' |
|
|
|
- 'lib/tasks/repo.rake' |
|
|
|
|
|
|
|
|
|
|
|
# This cop supports safe autocorrection (--autocorrect). |
|
|
|
# This cop supports safe autocorrection (--autocorrect). |
|
|
|
@ -93,7 +91,6 @@ Style/OptionalBooleanParameter: |
|
|
|
- 'app/services/fetch_resource_service.rb' |
|
|
|
- 'app/services/fetch_resource_service.rb' |
|
|
|
- 'app/workers/domain_block_worker.rb' |
|
|
|
- 'app/workers/domain_block_worker.rb' |
|
|
|
- 'app/workers/unfollow_follow_worker.rb' |
|
|
|
- 'app/workers/unfollow_follow_worker.rb' |
|
|
|
- 'lib/mastodon/redis_config.rb' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This cop supports unsafe autocorrection (--autocorrect-all). |
|
|
|
# This cop supports unsafe autocorrection (--autocorrect-all). |
|
|
|
# Configuration parameters: EnforcedStyle. |
|
|
|
# Configuration parameters: EnforcedStyle. |
|
|
|
|