Skip to content

Commit

Permalink
Remove reference to deleted statsd config file (mastodon#25336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 7, 2023
1 parent db047e3 commit b85c387
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit b85c387

Please sign in to comment.