Skip to content

Contextual parsing of Rails controllers #277

Contextual parsing of Rails controllers

Contextual parsing of Rails controllers #277

Triggered via pull request May 7, 2024 19:23
Status Failure
Total duration 53s
Artifacts

tests.yml

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

Annotations

16 errors and 3 warnings
test (3.0)
Process completed with exit code 1.
test (3.2)
Process completed with exit code 1.
test (3.1)
Process completed with exit code 1.
test (3.3)
Process completed with exit code 1.
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.7)
Process completed with exit code 1.
test (2.6)
Process completed with exit code 1.
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.