From 60021f99bc4056b0388f558d00aee4ea96be1ae3 Mon Sep 17 00:00:00 2001 From: Fabian Fett Date: Fri, 16 Jun 2023 20:11:58 +0200 Subject: [PATCH] Remove codeclimate (#55) --- .codeclimate.yml | 39 --------------------------------------- README.md | 1 - 2 files changed, 40 deletions(-) delete mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index 2b52e02..0000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,39 +0,0 @@ -version: "2" -checks: - argument-count: - config: - threshold: 6 - complex-logic: - config: - threshold: 5 - file-lines: - config: - threshold: 600 - method-complexity: - config: - threshold: 6 - method-count: - config: - threshold: 20 - method-lines: - config: - threshold: 50 - nested-control-flow: - config: - threshold: 4 - return-statements: - enabled: false - similar-code: - config: - threshold: 40 - identical-code: - config: - threshold: 40 -exclude_patterns: - - "docs/" - - ".gitlab-ci/" - - "scripts/" - - "Tests/" - - "*.md" - - "*.resolved" - - "*.txt" diff --git a/README.md b/README.md index 93b78ec..1956093 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@

Build Status Documentation Coverage -