Skip to content

Ao3 6726 separate languages used for works from other uses of languages #1521

Ao3 6726 separate languages used for works from other uses of languages

Ao3 6726 separate languages used for works from other uses of languages #1521

Status Failure
Total duration 1m 56s
Artifacts

reviewdog.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 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.
ERB Lint runner: app/views/locale_languages/edit.html.erb#L3
[] reported by reviewdog 🐶 Missing a trailing newline at the end of the file. Raw Output: app/views/locale_languages/edit.html.erb:3:20: Missing a trailing newline at the end of the file.
ERB Lint runner: app/views/locale_languages/edit.html.erb#L1
[] reported by reviewdog 🐶 Style/HashSyntax: Use the new Ruby 1.9 hash syntax. Raw Output: app/views/locale_languages/edit.html.erb:1:51: Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
ERB Lint runner: app/views/locale_languages/edit.html.erb#L1
[] reported by reviewdog 🐶 Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: app/views/locale_languages/edit.html.erb:1:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
ERB Lint runner: app/views/locale_languages/edit.html.erb#L1
[] reported by reviewdog 🐶 Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: app/views/locale_languages/edit.html.erb:1:63: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
ERB Lint runner: app/views/locale_languages/edit.html.erb#L3
[] reported by reviewdog 🐶 Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: app/views/locale_languages/edit.html.erb:3:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
ERB Lint runner: app/views/locale_languages/new.html.erb#L3
[] reported by reviewdog 🐶 Missing a trailing newline at the end of the file. Raw Output: app/views/locale_languages/new.html.erb:3:20: Missing a trailing newline at the end of the file.
ERB Lint runner: app/views/locale_languages/new.html.erb#L1
[] reported by reviewdog 🐶 Style/HashSyntax: Use the new Ruby 1.9 hash syntax. Raw Output: app/views/locale_languages/new.html.erb:1:50: Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
ERB Lint runner: app/views/locale_languages/new.html.erb#L1
[] reported by reviewdog 🐶 Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: app/views/locale_languages/new.html.erb:1:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
ERB Lint runner: app/views/locale_languages/new.html.erb#L1
[] reported by reviewdog 🐶 Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: app/views/locale_languages/new.html.erb:1:62: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
ERB Lint runner
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: app/models/abuse_report.rb#L4
[rubocop] reported by reviewdog 🐶 Prefer the new style validations `validates :column, presence: value` over `validates_presence_of`. Raw Output: app/models/abuse_report.rb:4:3: C: Rails/Validation: Prefer the new style validations `validates :column, presence: value` over `validates_presence_of`.
Rubocop: app/models/locale_language.rb#L3
[rubocop] reported by reviewdog 🐶 Prefer the new style validations `validates :column, presence: value` over `validates_presence_of`. Raw Output: app/models/locale_language.rb:3:3: C: Rails/Validation: Prefer the new style validations `validates :column, presence: value` over `validates_presence_of`.
Rubocop: app/models/locale_language.rb#L5
[rubocop] reported by reviewdog 🐶 Prefer the new style validations `validates :column, presence: value` over `validates_presence_of`. Raw Output: app/models/locale_language.rb:5:3: C: Rails/Validation: Prefer the new style validations `validates :column, presence: value` over `validates_presence_of`.
Rubocop: app/models/locale_language.rb#L7
[rubocop] reported by reviewdog 🐶 Specify a `:dependent` option. Raw Output: app/models/locale_language.rb:7:3: C: Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.
Rubocop: app/models/locale_language.rb#L8
[rubocop] reported by reviewdog 🐶 Specify a `:dependent` option. Raw Output: app/models/locale_language.rb:8:3: C: Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.
Rubocop: app/models/locale_language.rb#L9
[rubocop] reported by reviewdog 🐶 Specify a `:dependent` option. Raw Output: app/models/locale_language.rb:9:3: C: Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.
Rubocop: app/models/locale_language.rb#L10
[rubocop] reported by reviewdog 🐶 Specify a `:dependent` option. Raw Output: app/models/locale_language.rb:10:3: C: Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.
Rubocop: app/models/locale_language.rb#L27
[rubocop] reported by reviewdog 🐶 Space inside { missing. Raw Output: app/models/locale_language.rb:27:39: C: Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
Rubocop: app/models/locale_language.rb#L27
[rubocop] reported by reviewdog 🐶 Space inside } missing. Raw Output: app/models/locale_language.rb:27:75: C: Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
Rubocop: app/models/locale_language.rb#L27
[rubocop] reported by reviewdog 🐶 Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. Raw Output: app/models/locale_language.rb:27:94: C: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.