Use Ameba to enforce max line width

Didn't know Ameba supports this!
This commit is contained in:
Alex Ling
2021-01-27 04:18:47 +00:00
parent 07965b98b7
commit c1c8cca877
3 changed files with 5 additions and 6 deletions

View File

@@ -29,7 +29,6 @@ test:
check:
crystal tool format --check
./bin/ameba
./dev/linewidth.sh
arm32v7:
crystal build src/mango.cr --release --progress --error-trace --cross-compile --target='arm-linux-gnueabihf' -o mango-arm32v7