AO3-6591 Move imported_from_url to a new table #1886
reviewdog.yml
on: pull_request
Rubocop
1m 5s
ERB Lint runner
1m 35s
Annotations
2 errors and 10 warnings
Rubocop
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Rubocop
Process completed with exit code 1.
|
Rubocop:
lib/tasks/opendoors.rake#L3
[rubocop] reported by reviewdog 🐶
Do not define constants this way within a block.
Raw Output:
lib/tasks/opendoors.rake:3:3: W: Lint/ConstantDefinitionInBlock: Do not define constants this way within a block.
|
Rubocop:
lib/tasks/work_tasks.rake#L57
[rubocop] reported by reviewdog 🐶
Use the new Ruby 1.9 hash syntax.
Raw Output:
lib/tasks/work_tasks.rake:57:8: C: Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
|
Rubocop:
lib/tasks/work_tasks.rake#L60
[rubocop] reported by reviewdog 🐶
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw Output:
lib/tasks/work_tasks.rake:60:14: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
Rubocop:
spec/models/work_spec.rb#L450
[rubocop] reported by reviewdog 🐶
Align the elements of an array literal if they span more than one line.
Raw Output:
spec/models/work_spec.rb:450:9: C: Layout/ArrayAlignment: Align the elements of an array literal if they span more than one line.
|
Rubocop:
spec/models/work_spec.rb#L451
[rubocop] reported by reviewdog 🐶
Align the elements of an array literal if they span more than one line.
Raw Output:
spec/models/work_spec.rb:451:9: C: Layout/ArrayAlignment: Align the elements of an array literal if they span more than one line.
|
Rubocop:
spec/models/work_spec.rb#L452
[rubocop] reported by reviewdog 🐶
Align the elements of an array literal if they span more than one line.
Raw Output:
spec/models/work_spec.rb:452:9: C: Layout/ArrayAlignment: Align the elements of an array literal if they span more than one line.
|
Rubocop:
spec/models/work_spec.rb#L453
[rubocop] reported by reviewdog 🐶
Align the elements of an array literal if they span more than one line.
Raw Output:
spec/models/work_spec.rb:453:9: C: Layout/ArrayAlignment: Align the elements of an array literal if they span more than one line.
|
Rubocop:
spec/models/work_spec.rb#L508
[rubocop] reported by reviewdog 🐶
Align the elements of an array literal if they span more than one line.
Raw Output:
spec/models/work_spec.rb:508:11: C: Layout/ArrayAlignment: Align the elements of an array literal if they span more than one line.
|
Rubocop:
spec/models/work_spec.rb#L509
[rubocop] reported by reviewdog 🐶
Align the elements of an array literal if they span more than one line.
Raw Output:
spec/models/work_spec.rb:509:11: C: Layout/ArrayAlignment: Align the elements of an array literal if they span more than one line.
|
Rubocop:
spec/models/work_spec.rb#L510
[rubocop] reported by reviewdog 🐶
Align the elements of an array literal if they span more than one line.
Raw Output:
spec/models/work_spec.rb:510:11: C: Layout/ArrayAlignment: Align the elements of an array literal if they span more than one line.
|