From 48594b18e6285d87ee2f58daa08d356b571c8aa6 Mon Sep 17 00:00:00 2001 From: yhirano Date: Mon, 8 May 2017 10:35:25 +0900 Subject: Added haml-lint and fix warnings (#2773) * add haml_lint to Gemfile * add .haml-lint.yml * fix warnings of haml_lint --- Gemfile.lock | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 0c9c15e52..d0888c177 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -157,6 +157,13 @@ GEM addressable (~> 2.4) http (~> 2.0) nokogiri (~> 1.6) + haml (4.0.7) + tilt + haml_lint (0.19.0) + haml (~> 4.0) + rake (>= 10, < 13) + rubocop (>= 0.36.0) + sysexits (~> 1.1) hamlit (2.8.1) temple (>= 0.8.0) thor @@ -431,6 +438,7 @@ GEM net-scp (>= 1.1.2) net-ssh (>= 2.8.0) statsd-instrument (2.1.2) + sysexits (1.2.0) temple (0.8.0) terminal-table (1.7.3) unicode-display_width (~> 1.1.1) @@ -495,6 +503,7 @@ DEPENDENCIES fast_blank fuubar goldfinger + haml_lint (~> 0.19.0) hamlit-rails hiredis htmlentities -- cgit