docs(working_location): [PPT-1149] openapi doc gen (#371) #1123
GitHub Actions / Ameba
failed
Jan 25, 2024 in 2s
Crystal Ameba Results
Total files checked: 98
Issues found: 2
Ameba Version: 1.4.3
Crystal Version: 1.7.0
Annotations
Check notice on line 61 in src/placeos-rest-api/controllers/asset_types.cr
github-actions / Ameba
Style/VerboseBlock
Use short block notation instead: `each(&.asset_count=(counts[type.id]? || 0_i64))`
Raw output
> results.each { |type| type.asset_count = counts[type.id]? || 0_i64 }
^
Check warning on line 114 in src/placeos-rest-api/controllers/chat_gpt/chat_manager.cr
github-actions / Ameba
Lint/UnneededDisableDirective
Unnecessary disabling of Metrics/CyclomaticComplexity
Raw output
> # ameba:disable Metrics/CyclomaticComplexity
^
Loading