Fixed failing API tests. #79
Annotations
20 errors, 2 warnings, and 3 notices
.github/workflows/branch.yml#L1
unexpected token tCOLON
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
.github/workflows/main.yml#L1
unexpected token tCOLON
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
.rubocop.yml#L1
unexpected token tCOLON
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
Gemfile.lock#L2
unexpected token tCOLON
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
config/config.sample.yml#L1
unexpected token tCOLON
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docker-compose.yml#L1
unexpected token tCOLON
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/api.md#L11
unexpected token kAND
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/examples/assets/config.informix.yml#L1
unexpected token tCOLON
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/examples/assets/import.csv#L1
unexpected token tNL
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/examples/assets/import.csv#L2
unexpected token tCOMMA
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/importing-exporting.md#L4
unexpected token tCOMMA
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/importing-exporting.md#L5
unexpected token tIDENTIFIER
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/importing-exporting.md#L5
unexpected token tCOMMA
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/importing-exporting.md#L7
unexpected token tIDENTIFIER
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/importing-exporting.md#L8
unexpected token tGT
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/importing-exporting.md#L12
unexpected token tCARET
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/importing-exporting.md#L12
unterminated string meets end of file
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/sources.md#L3
unexpected token tIDENTIFIER
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
docs/sources.md#L3
unexpected token tNL
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
scripts/entrypoint.sh#L3
unexpected `$'
(Using Ruby 3.2 parser; configure using `TargetRubyVersion` parameter, under `AllCops`) [Lint/Syntax]
|
spec
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
spec/unit/api/api_spec.rb#L25
Prefer `expect(last_response).to have_http_status(200)` over `expect(last_response.status).to eq(200)`. [RSpec/Rails/HaveHttpStatus]
|
spec/unit/api/api_spec.rb#L43
Prefer `expect(last_response).to have_http_status(401)` over `expect(last_response.status).to eq(401)`. [RSpec/Rails/HaveHttpStatus]
|
spec/unit/api/api_spec.rb#L52
Prefer `expect(last_response).to have_http_status(404)` over `expect(last_response.status).to eq(404)`. [RSpec/Rails/HaveHttpStatus]
|