Skip to content

Contextual parsing of Rails controllers #264

Contextual parsing of Rails controllers

Contextual parsing of Rails controllers #264

Triggered via pull request May 6, 2024 05:05
Status Failure
Total duration 47s
Artifacts

tests.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 3 warnings
test (3.1)
Process completed with exit code 1.
test (3.3)
The job was canceled because "_3_1" failed.
test (3.3)
Process completed with exit code 1.
test (3.0)
The job was canceled because "_3_1" failed.
test (3.0)
Process completed with exit code 1.
test (3.2)
The job was canceled because "_3_1" failed.
test (3.2)
Process completed with exit code 1.
test (2.7)
The job was canceled because "_3_1" failed.
test (2.7)
The operation was canceled.
lint: lib/i18n/tasks/scanners/ast_matchers/message_receivers_matcher.rb#L3
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/ast_matchers/message_receivers_matcher.rb#L4
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/ast_matchers/message_receivers_matcher.rb#L85
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/ast_matchers/message_receivers_matcher.rb#L91
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/ast_matchers/message_receivers_matcher.rb#L97
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/ast_matchers/message_receivers_matcher.rb#L97
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/ast_matchers/message_receivers_matcher.rb#L99
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/prism_rails_controller_parser.rb#L65
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/prism_rails_controller_parser.rb#L65
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/prism_rails_controller_parser.rb#L69
Metrics/ClassLength: Class has too many lines. [159/125]
test (2.6)
The job was canceled because "_3_1" failed.
test (2.6)
The operation was canceled.
lint: lib/i18n/tasks/scanners/ruby_ast_processor.rb#L5
Lint/MissingCopEnableDirective: Re-enable Metrics/ClassLength cop with # rubocop:enable after disabling it.
lint: lib/i18n/tasks/scanners/ruby_ast_processor.rb#L95
Lint/Debugger: Remove debugger entry point binding.irb.
lint: lib/i18n/tasks/scanners/ruby_ast_scanner.rb#L122
Lint/LiteralAsCondition: Literal true appeared as a condition.