about summary refs log tree commit diff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-18 06:49:09 -0500
committerGitHub <noreply@github.com>2023-02-18 12:49:09 +0100
commitde4b8224c09a5d868c02a550022485e14245cb0a (patch)
treeb67368b7f16ec553b2f5f68e460f8fa994a401c0 /.codeclimate.yml
parentb4cbfff3ebf0da3ab0fd76686c71887854a8de87 (diff)
Run bundler-audit on PRs (#23514)
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 59051aae7..00469df00 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -24,7 +24,7 @@ plugins:
   brakeman:
     enabled: true
   bundler-audit:
-    enabled: true
+    enabled: false
   eslint:
     enabled: false
   rubocop: