Skip to content

fix that table name and file name are correctly named #213

fix that table name and file name are correctly named

fix that table name and file name are correctly named #213

Triggered via pull request September 9, 2024 18:25
Status Failure
Total duration 23s
Artifacts

ci.yml

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

Annotations

10 errors
linters: spec/langchainrb_rails/generators/langchainrb_rails/pgvector_generator_spec.rb#L1
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
linters: spec/langchainrb_rails/generators/langchainrb_rails/pgvector_generator_spec.rb#L3
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
linters: spec/langchainrb_rails/generators/langchainrb_rails/pgvector_generator_spec.rb#L7
Style/PercentLiteralDelimiters: `%w`-literals should be delimited by `[` and `]`.
linters: spec/langchainrb_rails/generators/langchainrb_rails/pgvector_generator_spec.rb#L43
Style/RedundantRegexpEscape: Redundant escape inside regexp literal
linters: spec/langchainrb_rails/generators/langchainrb_rails/pgvector_generator_spec.rb#L43
Style/RedundantRegexpEscape: Redundant escape inside regexp literal
linters: spec/langchainrb_rails/generators/langchainrb_rails/pgvector_generator_spec.rb#L44
Style/RedundantRegexpEscape: Redundant escape inside regexp literal
linters: spec/langchainrb_rails/generators/langchainrb_rails/pgvector_generator_spec.rb#L44
Style/RedundantRegexpEscape: Redundant escape inside regexp literal
linters: spec/langchainrb_rails/helpers.rb#L5
Style/FileWrite: Use `File.write`.
linters: spec/langchainrb_rails/helpers.rb#L5
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
linters: spec/langchainrb_rails/helpers.rb#L5
Layout/SpaceInsideBlockBraces: Space between { and | missing.