トップページの誤記対応。 #19
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. [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.
|
scan_ruby
Process completed with exit code 3.
|
test
Process completed with exit code 1.
|