From a7eb7dbd455f81a101a8a39258c464e2c37ea5b5 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Tue, 24 Sep 2024 23:23:53 +0300 Subject: [PATCH] Add codacy badge --- .codebeatsettings | 11 ----------- README.md | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .codebeatsettings diff --git a/.codebeatsettings b/.codebeatsettings deleted file mode 100644 index 8e5dd08..0000000 --- a/.codebeatsettings +++ /dev/null @@ -1,11 +0,0 @@ -{ - "GOLANG": { - "ABC": [15, 25, 50, 70], - "LOC": [30, 45, 70, 100], - "BLOCK_NESTING": [4, 6, 8, 10], - "TOO_MANY_IVARS": [50, 75, 100, 150], - "TOO_MANY_FUNCTIONS": [64, 128, 256, 512], - "TOTAL_LOC": [1500, 3000, 5000, 10000], - "TOTAL_COMPLEXITY": [350, 600, 900, 1200] - } -} diff --git a/README.md b/README.md index 386d3dc..ab373e1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Code Climate Maintainability - Codebeat badge + Codacy badge GitHub Actions CI Status GitHub Actions CodeQL Status @@ -60,7 +60,7 @@ Summary #### From source -To build the `path` from scratch, make sure you have a working Go 1.20+ workspace (_[instructions](https://go.dev/doc/install)_), then: +To build the `path` from scratch, make sure you have a working Go 1.22+ workspace (_[instructions](https://go.dev/doc/install)_), then: ``` go install github.com/essentialkaos/path@latest