diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-12 15:21:58 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-13 09:24:42 +0200 |
commit | ab818b248e1d502d064ad071bc475ce8854c43c6 (patch) | |
tree | 40579daa70cf7c6c88cf7451b3d1069ee705f904 /Gemfile.lock | |
parent | 6b88cc6469a08db12aee8f5b0f8ef581bd491265 (diff) | |
download | gitlab-ce-ab818b248e1d502d064ad071bc475ce8854c43c6.tar.gz |
Use haml_lint for views linting
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c421713f6a1..b6307f72fa8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -322,6 +322,13 @@ GEM grape-entity (0.4.8) activesupport multi_json (>= 1.3.2) + haml (4.0.7) + tilt + haml_lint (0.18.2) + haml (~> 4.0) + rake (>= 10, < 12) + rubocop (>= 0.36.0) + sysexits (~> 1.1) hamlit (2.6.1) temple (~> 0.7.6) thor @@ -723,6 +730,7 @@ GEM stringex (2.5.2) sys-filesystem (1.1.6) ffi + sysexits (1.2.0) systemu (2.6.5) task_list (1.0.2) html-pipeline @@ -866,6 +874,7 @@ DEPENDENCIES gon (~> 6.1.0) grape (~> 0.15.0) grape-entity (~> 0.4.2) + haml_lint (~> 0.18.2) hamlit (~> 2.6.1) health_check (~> 2.1.0) hipchat (~> 1.5.0) |