Skip to content

いつの間にか単数形になっていたパラメーターを複数形に直した。 #10

いつの間にか単数形になっていたパラメーターを複数形に直した。

いつの間にか単数形になっていたパラメーターを複数形に直した。 #10

Triggered via push September 7, 2024 05:58
Status Failure
Total duration 1m 8s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors
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. [137/120]
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.
lint: app/models/book_master.rb#L9
Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.
lint: app/views/lending_sets/_lending_set.json.jbuilder#L1
Layout/LineLength: Line is too long. [152/120]
scan_ruby
Process completed with exit code 3.
test
Process completed with exit code 1.