From b20f47738953c9f2a1c3e483976104bc3cbfcbba Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sun, 7 Jun 2020 16:40:03 -0500 Subject: linting & documentation Updated versioning and dates for release. --- scripts/quality.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/quality.sh (limited to 'scripts') diff --git a/scripts/quality.sh b/scripts/quality.sh new file mode 100755 index 0000000..2263993 --- /dev/null +++ b/scripts/quality.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +go test -covermode=count -coverprofile=docs/coverage.out ./... +go tool cover -html=docs/coverage.out -o docs/quality.html + +revive -config .revive.toml ./... > docs/lint.txt + +abcgo -path . -sort -no-test | sed 's%^/home/ser/workspace/gotop.d/gotop/%%' > docs/abcgo.txt -- cgit v1.2.3