Skip to content

feat: [PPT-2215] add support for launch on execute drivers

a945f5c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: [PPT-2215] add support for launch on execute drivers #287

feat: [PPT-2215] add support for launch on execute drivers
a945f5c
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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}") }
                                  ^