mirror of https://github.com/tidwall/evio.git
10 lines
174 B
Makefile
10 lines
174 B
Makefile
|
lint:
|
||
|
@gometalinter \
|
||
|
--disable=errcheck \
|
||
|
--disable=dupl \
|
||
|
--min-const-length=5 \
|
||
|
--min-confidence=0.25 \
|
||
|
--cyclo-over=20 \
|
||
|
--enable=unused \
|
||
|
--deadline=100s
|