From e1e4c8159be230fcd9f6fd783e4ccf429540b1ff Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 28 Feb 2024 09:21:04 +0100 Subject: [PATCH] CI: Disable brakeman analysis for codeclimate We already have a separate check on GH actions that uses a more recent version of brakeman. --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 3602ce9453..4cab36c341 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,7 @@ --- engines: brakeman: - enabled: true + enabled: false csslint: enabled: false coffeelint: