From b6ad90601461ec58b4bf8091124e5873a1821f4c Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Tue, 21 Jul 2015 17:38:48 +0300 Subject: [PATCH] Ignore deploy-example file from rubocop --- .rubocop.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.rubocop.yml b/.rubocop.yml index e28a5b39b..c9689567c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,6 +4,7 @@ AllCops: Exclude: - 'Guardfile' # stuff generated by AR and rails + - 'config/deploy-example.rb' - 'db/schema.rb' - 'db/schema-read-only.rb' - 'db/whois_schema.rb'