Skip to content

debug: change array format #652

debug: change array format

debug: change array format #652

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Ameba failed Dec 7, 2023 in 3s

Crystal Ameba Results

Total files checked: 46
Issues found: 3

Ameba Version: 1.4.3
Crystal Version: 1.7.0

Annotations

Check warning on line 704 in src/controllers/bookings.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/DebugCalls

Possibly forgotten debug-related `pp` call detected
Raw output
> pp "================================================================================"
  ^

Check warning on line 705 in src/controllers/bookings.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/DebugCalls

Possibly forgotten debug-related `pp!` call detected
Raw output
> pp! query.to_sql
  ^

Check warning on line 706 in src/controllers/bookings.cr

See this annotation in the file changed.

@github-actions github-actions / Ameba

Lint/DebugCalls

Possibly forgotten debug-related `pp` call detected
Raw output
> pp "================================================================================"
  ^