2
0

Move "limited federation mode" config to x.mastodon area (#35041)

This commit is contained in:
Matt Jankowski
2025-06-16 02:13:03 -04:00
committed by GitHub
parent ed4788a342
commit 6f2aba989f
15 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --no-offense-counts --no-auto-gen-timestamp`
# using RuboCop version 1.76.0.
# using RuboCop version 1.76.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
@@ -31,7 +31,6 @@ Metrics/PerceivedComplexity:
# Configuration parameters: AllowedVars.
Style/FetchEnvVar:
Exclude:
- 'config/initializers/2_limited_federation_mode.rb'
- 'config/initializers/paperclip.rb'
# This cop supports safe autocorrection (--autocorrect).