Stripe prices #3357
Annotations
4 warnings
build:
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)
|
build:
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)
|
build:
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)
|
build:
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)
|