Remove reference to deleted statsd config file (#25336)

local
Matt Jankowski 11 months ago committed by GitHub
parent db047e323b
commit b85c387c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .rubocop_todo.yml

@ -1236,11 +1236,6 @@ Style/GlobalStdStream:
- 'config/environments/development.rb'
- 'config/environments/production.rb'
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Exclude:
- 'config/initializers/statsd.rb'
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
Style/GuardClause:
@ -1374,7 +1369,6 @@ Style/RedundantConstantBase:
Exclude:
- 'config/environments/production.rb'
- 'config/initializers/sidekiq.rb'
- 'config/initializers/statsd.rb'
- 'config/locales/sr-Latn.rb'
- 'config/locales/sr.rb'

Loading…
Cancel
Save