From d428de7306049fc300abe6d47b0f1505cc261389 Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Mon, 27 Apr 2020 13:49:22 +0200 Subject: [PATCH] remove codeclimate local configuration --- .codeclimate.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml deleted file mode 100644 index dfac04ee3..000000000 --- a/.codeclimate.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- -engines: - brakeman: - enabled: true - bundler-audit: - enabled: true - duplication: - enabled: true - config: - languages: - - ruby - - javascript - - python - - php - fixme: - enabled: true - rubocop: - enabled: true -ratings: - paths: - - Gemfile.lock - - "**.erb" - - "**.haml" - - "**.rb" - - "**.rhtml" - - "**.slim" - - "**.inc" - - "**.js" - - "**.jsx" - - "**.module" - - "**.php" - - "**.py" -exclude_paths: -- config/ -- db/ -- spec/ -- vendor/