From 5a6229ad7bd88c9e419dbaf6cf0cf6e1f6f34d3a Mon Sep 17 00:00:00 2001 From: hitman Date: Tue, 21 Mar 2017 18:05:42 +0530 Subject: [PATCH] add haml_lint gem --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index b1c5764f..ccfd3870 100644 --- a/Gemfile +++ b/Gemfile @@ -198,6 +198,7 @@ group :development do # to launch specs when files are modified gem 'guard-rspec', '~> 4.2.8' gem 'spring-commands-rspec' + gem 'haml_lint' # for static code analisys gem 'rubocop', require: false # as database