summaryrefslogtreecommitdiff
path: root/.haml-lint_todo.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-201-1/+2
|
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-4/+0
|
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-221-0/+3
|
* FE for group level Cycle AnalyticsBrandon Labuschagne2019-08-081-510/+510
| | | | | | | This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
* Add HamlLint::Linter::NoPlainNodes linterhaml-lint-no-plain-nodesLuke Bennett2019-05-201-0/+523
Add a simple haml_lint linter to report all plain nodes. "Plain nodes" in HAML are scritpless plaintext leaf nodes. Add haml-lint_todo to onboard new haml linters. Excludes existing NoPlainNodes lints.