17 lines
155 B
Plaintext
17 lines
155 B
Plaintext
|
**/*.go
|
||
|
!**/*_test.go
|
||
|
modd.conf
|
||
|
.env
|
||
|
Makefile {
|
||
|
prep: make test
|
||
|
}
|
||
|
|
||
|
|
||
|
**/*.go
|
||
|
modd.conf
|
||
|
Makefile {
|
||
|
prep: make lint LINT_ARGS=--fast
|
||
|
prep: make test
|
||
|
}
|
||
|
|