Skip to content

日本語対応。

日本語対応。 #17

Triggered via push September 8, 2024 10:29
Status Failure
Total duration 1m 11s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
scan_ruby
Process completed with exit code 3.
lint: app/controllers/book_masters_controller.rb#L64
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
lint: app/controllers/book_masters_controller.rb#L64
Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
lint: app/controllers/book_stock_statuses_controller.rb#L50
Layout/LineLength: Line is too long. [121/120]
lint: app/controllers/lending_sets_controller.rb#L66
Layout/LineLength: Line is too long. [159/120]
lint: app/controllers/lending_sets_controller.rb#L66
Layout/SpaceInsideHashLiteralBraces: Space inside { missing.
lint: app/controllers/lending_sets_controller.rb#L66
Layout/SpaceInsideHashLiteralBraces: Space inside } missing.
lint: app/models/author.rb#L6
Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.
lint: app/models/book_master.rb#L5
Layout/EmptyLineBetweenDefs: Expected 1 empty line between method definitions; found 0.
lint: app/models/book_master.rb#L5
Lint/UnusedMethodArgument: Unused method argument - `auth_object`. If it's necessary, use `_` or `_auth_object` as an argument name to indicate that it won't be used. If it's unnecessary, remove it. You can also write as `ransackable_associations(*)` if you want the method to accept any arguments but don't care about them.
lint: app/models/book_master.rb#L6
Style/WordArray: Use `%w` or `%W` for an array of words.
test
Process completed with exit code 1.