From 8fda65108f72a35d35aefdfbc08c7075ff8a021b Mon Sep 17 00:00:00 2001 From: derailed Date: Fri, 10 Jan 2020 17:24:24 -0700 Subject: [PATCH] clean up Makefile --- .codebeatsettings | 18 +++++++++--------- Makefile | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) 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