lib/potassium/assets/.rubocop.yml in potassium-6.1.0 vs lib/potassium/assets/.rubocop.yml in potassium-6.2.0

- old
+ new

@@ -500,9 +500,22 @@ Enabled: false Performance/RedundantBlockCall: Description: Use `yield` instead of `block.call`. Reference: https://github.com/JuanitoFatas/fast-ruby#proccall-vs-yield-code Enabled: false +Style/OptionalBooleanParameter: + Description: 'Use keyword arguments when defining method with boolean argument.' + Enabled: false +Lint/MissingSuper: + Description: >- + This cop checks for the presence of constructors and lifecycle callbacks + without calls to `super`'. + Enabled: false +Style/RedundantFileExtensionInRequire: + Description: >- + Checks for the presence of superfluous `.rb` extension in + the filename provided to `require` and `require_relative`. + Enabled: false RSpec/MultipleExpectations: Max: 5 RSpec/NestedGroups: Max: 5 RSpec/ExampleLength: