Stripe prices #3324
Annotations
6 warnings
Run RuboCop linter:
app/models/alaveteli_pro/price.rb#L27
[rubocop] reported by reviewdog 🐶
Redundant `self` detected. (https://rubystyle.guide#no-self-unless-required)
Raw Output:
app/models/alaveteli_pro/price.rb:27:5: C: Style/RedundantSelf: Redundant `self` detected. (https://rubystyle.guide#no-self-unless-required)
|
Run RuboCop linter:
lib/tasks/subscriptions.rake#L26
[rubocop] reported by reviewdog 🐶
Modifier form of `if` makes the line too long. (https://rubystyle.guide#if-as-a-modifier)
Raw Output:
lib/tasks/subscriptions.rake:26:64: C: Style/IfUnlessModifier: Modifier form of `if` makes the line too long. (https://rubystyle.guide#if-as-a-modifier)
|
Run RuboCop linter:
lib/tasks/subscriptions.rake#L26
[rubocop] reported by reviewdog 🐶
Line is too long. [82/80] (https://rubystyle.guide#max-line-length)
Raw Output:
lib/tasks/subscriptions.rake:26:81: C: Layout/LineLength: Line is too long. [82/80] (https://rubystyle.guide#max-line-length)
|
Run RuboCop linter:
lib/tasks/subscriptions.rake#L27
[rubocop] reported by reviewdog 🐶
Modifier form of `if` makes the line too long. (https://rubystyle.guide#if-as-a-modifier)
Raw Output:
lib/tasks/subscriptions.rake:27:64: C: Style/IfUnlessModifier: Modifier form of `if` makes the line too long. (https://rubystyle.guide#if-as-a-modifier)
|
Run RuboCop linter:
lib/tasks/subscriptions.rake#L27
[rubocop] reported by reviewdog 🐶
Line is too long. [82/80] (https://rubystyle.guide#max-line-length)
Raw Output:
lib/tasks/subscriptions.rake:27:81: C: Layout/LineLength: Line is too long. [82/80] (https://rubystyle.guide#max-line-length)
|
Run RuboCop linter:
spec/controllers/alaveteli_pro/subscriptions_controller_spec.rb#L823
[rubocop] reported by reviewdog 🐶
Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
Raw Output:
spec/controllers/alaveteli_pro/subscriptions_controller_spec.rb:823:81: C: Layout/LineLength: Line is too long. [81/80] (https://rubystyle.guide#max-line-length)
|
Loading