AO3-6810 Don't send "Automatically flagged as spam" email when hiding works manually #1348
Annotations
3 warnings
rubocop:
features/step_definitions/work_steps.rb#L267
[rubocop] reported by reviewdog 🐶
Prefer Cucumber expressions (https://github.com/cucumber/cucumber-expressions) over regex for step names; refer to https://github.com/otwcode/otwarchive/wiki/Reviewdog-and-RuboCop if regex is still required
Raw Output:
features/step_definitions/work_steps.rb:267:7: R: Cucumber/RegexStepName: Prefer Cucumber expressions (https://github.com/cucumber/cucumber-expressions) over regex for step names; refer to https://github.com/otwcode/otwarchive/wiki/Reviewdog-and-RuboCop if regex is still required
|
rubocop:
features/step_definitions/work_steps.rb#L267
[rubocop] reported by reviewdog 🐶
Redundant escape inside regexp literal
Raw Output:
features/step_definitions/work_steps.rb:267:22: C: Style/RedundantRegexpEscape: Redundant escape inside regexp literal
|
rubocop:
features/step_definitions/work_steps.rb#L268
[rubocop] reported by reviewdog 🐶
Use `find_by` instead of dynamic `find_by_title`.
Raw Output:
features/step_definitions/work_steps.rb:268:7: C: Rails/DynamicFindBy: Use `find_by` instead of dynamic `find_by_title`.
|
Loading