Add ameba linter

This commit is contained in:
Anton Vakhrushev
2019-10-14 18:03:48 +03:00
parent e8f7453a8f
commit a7249a875a
4 changed files with 21 additions and 1 deletions

9
ameba Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -eu
docker run -it \
-u "$(id -u):$(id -g)" \
-v "$PWD:/app" \
-w "/app" \
expansion-crystal ./bin/ameba "$@"