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
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>