diff options
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index d4905856e72..6a8c7791f02 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -13,7 +13,7 @@ engines: exclude_paths: - "lib/api/v3/*" eslint: - enabled: true + enabled: false rubocop: enabled: true channel: "gitlab-rubocop-0-52" |