Skip to content

AO3-6815 Update Contributing Information #1308

AO3-6815 Update Contributing Information

AO3-6815 Update Contributing Information #1308

Triggered via pull request October 2, 2024 05:26
Status Success
Total duration 1m 36s
Artifacts

reviewdog.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Rubocop: app/models/prompt.rb#L68
[rubocop] reported by reviewdog 🐶 `rescue` at 68, 4 is not aligned with `def cleanup_url` at 66, 2. Raw Output: app/models/prompt.rb:68:5: C: Layout/RescueEnsureAlignment: `rescue` at 68, 4 is not aligned with `def cleanup_url` at 66, 2.
Rubocop: app/models/prompt.rb#L68
[rubocop] reported by reviewdog 🐶 Do not suppress exceptions. Raw Output: app/models/prompt.rb:68:5: W: Lint/SuppressedException: Do not suppress exceptions.