refactor(events): typo #824
GitHub Actions / Ameba
failed
Jul 29, 2024 in 6s
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
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
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
github-actions / Ameba
Lint/Formatting
Use built-in formatter to format this source
Raw output
> class Events < Application
^
Loading