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
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-07-18Ensure haml-lint checks SyntaxRobert Speicher
Also ensures we check Syntax with RuboCop, which is different.
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.
2019-05-21Merge branch 'haml-lint-no-plain-nodes' into 'master'Jan Provaznik
Add HamlLint::Linter::NoPlainNodes linter See merge request gitlab-org/gitlab-ce!28265
2019-05-20Add HamlLint::Linter::NoPlainNodes linterLuke Bennett
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.
2019-05-20#60818 Correct linting for project root *.yml filesWill Hall
2019-05-05Regenerate Rubocop rulesStan Hu
2019-05-05Add more HAML lint rulesStan Hu
2019-05-05Add exceptions to HAML lintStan Hu
2018-09-01Enable `Lint/UselessAssignment` for haml-lintRobert Speicher
2018-08-25Reject ruby interpolation in externalized stringsBob Van Landuyt
When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}) % { subject: 'world' }
2017-08-07Add custom linter for inline JavaScript to haml_lint (!9742)winniehell
2017-08-07Upgrade haml_lint Gem to 0.26.0Winnie Hellmann
2017-01-24HAMLLint: Enable `MultilinePipe` ruleKushal Pandya
2017-01-24HAMLLint: Enable `RubyComments` ruleKushal Pandya
2017-01-24HAMLLint: Enable `UnnecessaryStringOutput` ruleKushal Pandya
2017-01-24HAMLLint: Enable `UnnecessaryInterpolation` ruleKushal Pandya
2016-12-31HAMLLint: Enable `SpaceInsideHashAttributes` ruleKushal Pandya
2016-12-31HAMLLint: Enable `TrailingWhitespace` ruleKushal Pandya
2016-12-31HAMLLint: Enable `SpaceBeforeScript` ruleKushal Pandya
2016-12-31HAMLLint: Enable `ImplicitDiv` ruleKushal Pandya
2016-12-31HAMLLint: Enable `HtmlAttributes` ruleKushal Pandya
2016-12-31HAMLLint: Enable `FinalNewline` ruleKushal Pandya
2016-12-31HAMLLint: Enable `ClassAttributeWithStaticValue` ruleKushal Pandya
2016-12-31HAMLLint: Enable `AltText` ruleKushal Pandya
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.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>