Skip to content

Contextual parsing of Rails controllers #279

Contextual parsing of Rails controllers

Contextual parsing of Rails controllers #279

Triggered via pull request May 8, 2024 05:28
Status Failure
Total duration 51s
Artifacts

tests.yml

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

Annotations

16 errors and 2 warnings
test (3.0)
Process completed with exit code 1.
test (3.1)
Process completed with exit code 1.
test (3.2)
Process completed with exit code 1.
test (3.3)
Process completed with exit code 1.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L3
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L4
[Correctable] Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L7
Metrics/ClassLength: Class has too many lines. [153/125]
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L25
[Correctable] Layout/MultilineOperationIndentation: Align the operands of a condition in an if statement spanning multiple lines.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L42
[Correctable] Layout/MultilineMethodCallIndentation: Align .body with node on line 41.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L43
[Correctable] Layout/MultilineMethodCallIndentation: Align .child_nodes with node on line 41.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L44
[Correctable] Layout/MultilineMethodCallIndentation: Align .filter_map with node on line 41.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L45
[Correctable] Layout/MultilineMethodCallIndentation: Align .partition with node on line 41.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L64
[Correctable] Style/QuotedSymbols: Prefer single-quoted symbols when you don't need string interpolation or special symbols.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L64
[Correctable] Style/QuotedSymbols: Prefer single-quoted symbols when you don't need string interpolation or special symbols.
test (2.7)
Process completed with exit code 1.
test (2.6)
Process completed with exit code 1.
lint: lib/i18n/tasks/scanners/prism_parsers/rails_controller_visitor.rb#L123
Lint/Debugger: Remove debugger entry point binding.irb.
lint: spec/scanners/prism_parser_spec.rb#L18
Lint/Debugger: Remove debugger entry point binding.irb.