From bb406cadfeeee3f56ff046ec3013ce4b277d90d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Tue, 13 Sep 2016 18:56:00 +0200 Subject: Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- lib/tasks/haml-lint.rake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/tasks/haml-lint.rake') diff --git a/lib/tasks/haml-lint.rake b/lib/tasks/haml-lint.rake index 80f70820853..609dfaa48e3 100644 --- a/lib/tasks/haml-lint.rake +++ b/lib/tasks/haml-lint.rake @@ -1,8 +1,5 @@ unless Rails.env.production? require 'haml_lint/rake_task' - HamlLint::RakeTask.new do |t| - t.config = '.haml-lint.yml' - t.files = ['app/views'] - end + HamlLint::RakeTask.new end -- cgit v1.2.1