Use config_for for cache buster values (#34851)

This commit is contained in:
Matt Jankowski 2025-05-30 07:54:25 -04:00 committed by GitHub
parent 9860046b04
commit c025824f98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 19 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.75.7.
# using RuboCop version 1.75.8.
# 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
@ -37,7 +37,6 @@ Style/FetchEnvVar:
Exclude:
- 'config/initializers/2_limited_federation_mode.rb'
- 'config/initializers/3_omniauth.rb'
- 'config/initializers/cache_buster.rb'
- 'config/initializers/paperclip.rb'
- 'lib/tasks/repo.rake'