.rubocop_todo.yml in flagsmith-2.0.0 vs .rubocop_todo.yml in flagsmith-3.0.0
- old
+ new
@@ -10,10 +10,9 @@
# Configuration parameters: CountComments, Max, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
Exclude:
- '**/*.gemspec'
- - 'spec/flagsmith_spec.rb'
# Offense count: 1
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Style/OptionalBooleanParameter: