Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-22Move files from lib/haml_lint to haml_lintStan Hu
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.
2018-10-24Convert parser warnings to stdout in haml_lintLin Jen-Shin
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-03-21It's now updated so we could remove itLin Jen-Shin
Updated in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17673
2018-01-26Convert parser warnings to stdout in haml_lintLin Jen-Shin
So we ignore it in static-analysis when status is 0, yet still report it if it's not.
2017-08-07Add custom linter for inline JavaScript to haml_lint (!9742)winniehell
2016-09-13Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entryRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-13Add haml_lint rake taskRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>