Skip to content

Commit

Permalink
clean up Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
derailed committed Jan 11, 2020
1 parent 0218fed commit 8fda651
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .codebeatsettings
@@ -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,
],
}
}
1 change: 0 additions & 1 deletion Makefile
@@ -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
Expand Down

0 comments on commit 8fda651

Please sign in to comment.