From 5ad27b0d03950e3638fca12a06ebf9a4dcea7576 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Thu, 10 Oct 2024 01:26:58 +0300 Subject: [PATCH] Remove codebeat integration --- .codebeatsettings | 11 ----------- README.md | 1 - 2 files changed, 12 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 0fc2cff..5889b9c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@

GitHub Actions CI Status - Codebeat badge GitHub Actions CodeQL Status