summaryrefslogtreecommitdiff
path: root/lib/tasks/haml-lint.rake
Commit message (Collapse)AuthorAgeFilesLines
* Move files from lib/haml_lint to haml_lintsh-fix-linter-registry-hamlStan Hu2019-05-211-1/+1
| | | | | | | 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.
* Convert parser warnings to stdout in haml_lintsh-bump-ruby-2.4.5Lin Jen-Shin2018-10-241-0/+11
| | | | | | 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.
* It's now updated so we could remove itLin Jen-Shin2018-03-211-9/+0
| | | | | Updated in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17673
* Convert parser warnings to stdout in haml_lintLin Jen-Shin2018-01-261-0/+9
| | | | | So we ignore it in static-analysis when status is 0, yet still report it if it's not.
* Add custom linter for inline JavaScript to haml_lint (!9742)winniehell2017-08-071-0/+1
|
* Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entryrc-use-haml_lintRémy Coutable2016-09-131-4/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add haml_lint rake taskRémy Coutable2016-09-131-0/+8
Signed-off-by: Rémy Coutable <remy@rymai.me>