clean up Makefile

mine
derailed 2020-01-10 17:24:24 -07:00
parent 0218fedcf0
commit 8fda65108f
2 changed files with 9 additions and 10 deletions

View File

@ -1,28 +1,28 @@
{
"GOLANG": {
"TOO_MANY_IVARS": [
10,
12,
15,
18
20,
22,
25,
],
"LOC": [
30,
50,
60,
70,
80,
100
],
"TOTAL_LOC": [
200,
350,
400,
500,
600
],
"TOO_MANY_FUNCTIONS": [
30,
40,
45,
46
50,
55,
60,
],
}
}

View File

@ -1,6 +1,5 @@
NAME := k9s
PACKAGE := github.com/derailed/$(NAME)/internal
VERSION := dev
GIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date +%FT%T%Z)
VERSION := v0.12.0