Merge pull request #5705 from consuldemocracy/dependabot/bundler/rubocop-1.66.1

Bump rubocop from 1.64.1 to 1.66.1
This commit is contained in:
Sebastia
2024-10-10 15:01:56 +02:00
committed by GitHub
5 changed files with 18 additions and 10 deletions

View File

@@ -337,6 +337,9 @@ Naming/BlockForwarding:
- "app/controllers/management/base_controller.rb"
- "app/controllers/subscriptions_controller.rb"
Naming/RescuedExceptionsVariableName:
Enabled: true
Naming/VariableName:
Enabled: true
@@ -784,6 +787,12 @@ Style/RedundantInterpolation:
Style/RedundantParentheses:
Enabled: true
Style/RedundantRegexpArgument:
Enabled: true
Style/RedundantRegexpCharacterClass:
Enabled: true
Style/RedundantReturn:
Enabled: true