From ad480e4e89ddb08d4b6a31a997614758bcbc3de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Sat, 27 Aug 2022 23:50:59 +0200 Subject: [PATCH] User Rubocop plugin for CodeClimate. --- .codeclimate.yml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 1c16231e78c..dd82be447b0 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,17 +1,4 @@ -version: "2" -exclude_patterns: -- "config/" -- "db/" -- "dist/" -- "features/" -- "**/node_modules/" -- "script/" -- "**/spec/" -- "**/test/" -- "**/tests/" -- "**/vendor/" -- "**/*.d.ts" -- "app/models/user.rb" -method-count: - config: - threshold: 25 +plugins: + rubocop: + enabled: true + channel: "rubocop-1-23-0"