From 98831a4867f60f7b7ca02bebd8771ca23940e9c5 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 26 Feb 2018 17:33:38 +0200 Subject: Exclude plugins dir from rubocop and codeclimate config Signed-off-by: Dmitriy Zaporozhets --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.codeclimate.yml') diff --git a/.codeclimate.yml b/.codeclimate.yml index b02fe54a4ff..d80f57c9947 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -45,3 +45,4 @@ exclude_paths: - log/ - backups/ - coverage-javascript/ +- plugins/ -- cgit v1.2.3