diff --git a/.codebeatsettings b/.codebeatsettings index 2289622936..a688622378 100644 --- a/.codebeatsettings +++ b/.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, ], } } \ No newline at end of file diff --git a/Makefile b/Makefile index 9a4e92e77d..88c2b2be3c 100644 --- a/Makefile +++ b/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