feat: [PPT-2215] add support for launch on execute drivers #287
GitHub Actions / Ameba
failed
Dec 25, 2025 in 0s
Crystal Ameba Results
Total files checked: 60
Issues found: 4
Ameba Version: 1.6.4
Crystal Version: 1.14.0
Annotations
Check notice on line 85 in spec/module_manager_spec.cr
github-actions / Ameba
Style/VerboseBlock
Use short block notation instead: `with_redis(&.get("interface/#{mod_id}"))`
Raw output
> metadata = Driver::RedisStorage.with_redis { |r| r.get("interface/#{mod_id}") }
^
Check notice on line 144 in spec/module_manager_spec.cr
github-actions / Ameba
Style/VerboseBlock
Use short block notation instead: `with_redis(&.get("interface/#{mod_id}"))`
Raw output
> metadata = Driver::RedisStorage.with_redis { |r| r.get("interface/#{mod_id}") }
^
Check notice on line 229 in spec/module_manager_spec.cr
github-actions / Ameba
Style/VerboseBlock
Use short block notation instead: `with_redis(&.get("interface/#{mod_id}"))`
Raw output
> metadata = Driver::RedisStorage.with_redis { |r| r.get("interface/#{mod_id}") }
^
Check notice on line 236 in spec/module_manager_spec.cr
github-actions / Ameba
Style/VerboseBlock
Use short block notation instead: `with_redis(&.get("interface/#{mod_id}"))`
Raw output
> metadata = Driver::RedisStorage.with_redis { |r| r.get("interface/#{mod_id}") }
^
Loading