owrt/modd.conf

17 lines
155 B
Plaintext
Raw Normal View History

2018-10-24 10:44:44 +02:00
**/*.go
!**/*_test.go
modd.conf
.env
Makefile {
prep: make test
}
**/*.go
modd.conf
Makefile {
prep: make lint LINT_ARGS=--fast
prep: make test
}