Skip to content

build(Dockerfile): [PPT-2278] set permissions on /tmp

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

build(Dockerfile): [PPT-2278] set permissions on /tmp #419

build(Dockerfile): [PPT-2278] set permissions on /tmp
2775ddb
Select commit
Loading
Failed to load commit list.
GitHub Actions / Ameba failed Nov 6, 2025 in 2s

Crystal Ameba Results

Total files checked: 112
Issues found: 3

Ameba Version: 1.6.4
Crystal Version: 1.14.0

Annotations

Check warning on line 15 in src/placeos-rest-api/utilities/current-user.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Metrics/CyclomaticComplexity

Cyclomatic complexity too high [13/10]
Raw output
> def authorize! : ::PlaceOS::Model::UserJWT
      ^

Check warning on line 80 in src/placeos-rest-api/controllers/alerts.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/DebugCalls

Possibly forgotten debug-related `p!` call detected
Raw output
> p! query
  ^

Check warning on line 52 in src/placeos-rest-api/controllers/tenant_consent.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/UselessAssign

Useless assignment to variable `visualiser_app_id`
Raw output
> visualiser_app_id = create_app(tenant_id)
  ^