clean up Makefile
parent
0218fedcf0
commit
8fda65108f
|
|
@ -1,28 +1,28 @@
|
||||||
{
|
{
|
||||||
"GOLANG": {
|
"GOLANG": {
|
||||||
"TOO_MANY_IVARS": [
|
"TOO_MANY_IVARS": [
|
||||||
10,
|
|
||||||
12,
|
|
||||||
15,
|
15,
|
||||||
18
|
20,
|
||||||
|
22,
|
||||||
|
25,
|
||||||
],
|
],
|
||||||
"LOC": [
|
"LOC": [
|
||||||
30,
|
|
||||||
50,
|
50,
|
||||||
|
60,
|
||||||
|
70,
|
||||||
80,
|
80,
|
||||||
100
|
|
||||||
],
|
],
|
||||||
"TOTAL_LOC": [
|
"TOTAL_LOC": [
|
||||||
200,
|
350,
|
||||||
400,
|
400,
|
||||||
500,
|
500,
|
||||||
600
|
600
|
||||||
],
|
],
|
||||||
"TOO_MANY_FUNCTIONS": [
|
"TOO_MANY_FUNCTIONS": [
|
||||||
30,
|
|
||||||
40,
|
40,
|
||||||
45,
|
50,
|
||||||
46
|
55,
|
||||||
|
60,
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
1
Makefile
1
Makefile
|
|
@ -1,6 +1,5 @@
|
||||||
NAME := k9s
|
NAME := k9s
|
||||||
PACKAGE := github.com/derailed/$(NAME)/internal
|
PACKAGE := github.com/derailed/$(NAME)/internal
|
||||||
VERSION := dev
|
|
||||||
GIT := $(shell git rev-parse --short HEAD)
|
GIT := $(shell git rev-parse --short HEAD)
|
||||||
DATE := $(shell date +%FT%T%Z)
|
DATE := $(shell date +%FT%T%Z)
|
||||||
VERSION := v0.12.0
|
VERSION := v0.12.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue