fix: product controller #2
Annotations
11 errors and 3 warnings
lint:
Gemfile#L38
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L38
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
lint:
Gemfile#L52
Layout/TrailingEmptyLines: 2 trailing blank lines detected.
|
lint:
app/controllers/api/v1/products_controller.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/v1/products_controller.rb#L2
Layout/SpaceInsideArrayLiteralBrackets: Use space inside array brackets.
|
lint:
app/controllers/api/v1/products_controller.rb#L3
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/api/v1/products_controller.rb#L8
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/api/v1/products_controller.rb#L12
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/api/v1/products_controller.rb#L21
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lint:
app/controllers/api/v1/products_controller.rb#L29
Layout/TrailingWhitespace: Trailing whitespace detected.
|
test
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
scan_ruby
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|