Enforce 80 characters limit in make check

This commit is contained in:
Alex Ling
2020-05-04 17:45:09 +00:00
parent 1bec9f0108
commit c3608c101b
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ test:
check:
crystal tool format --check
./bin/ameba
./scripts/linewidth.sh
install:
cp mango $(INSTALL_DIR)/mango