Bump rubocop from 1.75.8 to 1.76.0 #6321
Annotations
2 errors and 6 warnings
|
slim-lint
Process completed with exit code 65.
|
|
lint
Process completed with exit code 1.
|
|
lint:
lib/runner/strategy/null.rb#L48
[rubocop] reported by reviewdog 🐶
Predicate method names should end with `?`.
Raw Output:
lib/runner/strategy/null.rb:48:12: C: Naming/PredicateMethod: Predicate method names should end with `?`.
|
|
lint:
lib/code_ocean/config.rb#L8
[rubocop] reported by reviewdog 🐶
Do not return empty strings in string interpolation.
Raw Output:
lib/code_ocean/config.rb:8:59: C: Style/EmptyStringInsideInterpolation: Do not return empty strings in string interpolation.
|
|
lint:
app/policies/application_policy.rb#L25
[rubocop] reported by reviewdog 🐶
Predicate method names should end with `?`.
Raw Output:
app/policies/application_policy.rb:25:7: C: Naming/PredicateMethod: Predicate method names should end with `?`.
|
|
lint:
app/policies/application_policy.rb#L19
[rubocop] reported by reviewdog 🐶
Predicate method names should end with `?`.
Raw Output:
app/policies/application_policy.rb:19:7: C: Naming/PredicateMethod: Predicate method names should end with `?`.
|
|
lint:
app/controllers/external_users_controller.rb#L63
[rubocop] reported by reviewdog 🐶
Do not return empty strings in string interpolation.
Raw Output:
app/controllers/external_users_controller.rb:63:7: C: Style/EmptyStringInsideInterpolation: Do not return empty strings in string interpolation.
|
|
lint:
app/controllers/concerns/redirect_behavior.rb#L77
[rubocop] reported by reviewdog 🐶
Do not return empty strings in string interpolation.
Raw Output:
app/controllers/concerns/redirect_behavior.rb:77:79: C: Style/EmptyStringInsideInterpolation: Do not return empty strings in string interpolation.
|