Skip to content

chore(test.sh): update docker compose command #1331

chore(test.sh): update docker compose command

chore(test.sh): update docker compose command #1331

GitHub Actions / Ameba failed Aug 6, 2024 in 3s

Crystal Ameba Results

Total files checked: 47
Issues found: 3

Ameba Version: 1.4.3
Crystal Version: 1.7.0

Annotations

Check warning on line 469 in spec/controllers/events_spec.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/UselessAssign

Useless assignment to variable `ending`
Raw output
> ending = 90.minutes.from_now.to_unix
  ^

Check warning on line 517 in spec/controllers/events_spec.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/UselessAssign

Useless assignment to variable `ending`
Raw output
> ending = 90.minutes.from_now.to_unix
  ^

Check warning on line 1 in src/controllers/events.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/Formatting

Use built-in formatter to format this source
Raw output
> class Events < Application
  ^