Add --all cli flag that enables all available rules

This commit is contained in:
Vitalii Elenhaupt 2018-07-04 15:20:35 +03:00
parent 970ca4be1b
commit 248c5a656b
No known key found for this signature in database
GPG key ID: 7558EF3A4056C706
5 changed files with 25 additions and 8 deletions

View file

@ -16,4 +16,4 @@ bin: build
cp ./bin/ameba $(SHARD_BIN)
test: build
$(CRYSTAL_BIN) spec
./bin/ameba
./bin/ameba --all