From 66c4faf790d3470fbd1e09d988a9a106cc2228d9 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 30 Sep 2016 12:30:13 +0200 Subject: [PATCH] Ignore tidy tasks from codeclimate This is silly: https://codeclimate.com/github/AlchemyCMS/alchemy_cms/pull/1149 --- .codeclimate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codeclimate.yml b/.codeclimate.yml index 56d9b9a673..ccd4f6b579 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -10,6 +10,7 @@ engines: enabled: true exclude_paths: - "lib/alchemy/permissions.rb" + - "lib/tasks/alchemy/tidy.rake" config: languages: - ruby