Configure tools

This commit is contained in:
2019-08-09 16:48:34 +03:00
parent 0533f0f1cf
commit 224748cb5a
5 changed files with 9 additions and 6 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: format
format:
./cr tool format ./src ./spec
.PHONY: spec
spec:
./cr spec --warnings all --error-on-warnings