Commit Graph

9 Commits

Author SHA1 Message Date
GitLab Bot a67852da7f Add latest changes from gitlab-org/gitlab@master 2021-11-01 09:13:14 +00:00
GitLab Bot 64f7eb2b37 Add latest changes from gitlab-org/gitlab@master 2021-02-05 12:09:31 +00:00
Stan Hu 27381e22a9 Move files from lib/haml_lint to haml_lint
Files in lib will be eager loaded and hence will require haml_lint to be
loaded. Since this is only a development dependency, we can't assume
this gem will be available in production, so it should never be loaded
in production.
2019-05-21 19:49:14 -07:00
Lin Jen-Shin 3a9271f179 Convert parser warnings to stdout in haml_lint
This was used in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16648
and this could happen from time to time, so let's just keep it.
2018-10-24 15:31:00 +08:00
Lin Jen-Shin 5eb9288280 It's now updated so we could remove it
Updated in:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17673
2018-03-21 21:03:32 +08:00
Lin Jen-Shin cb7974b8f7 Convert parser warnings to stdout in haml_lint
So we ignore it in static-analysis when status is 0,
yet still report it if it's not.
2018-01-26 19:42:48 +08:00
winniehell c6bf292efb Add custom linter for inline JavaScript to haml_lint (!9742) 2017-08-07 11:37:16 +02:00
Rémy Coutable bb406cadfe
Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entry
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-13 18:56:00 +02:00
Rémy Coutable 9e34c57d5e Add haml_lint rake task
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-13 09:24:42 +02:00