Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure haml-lint checks Syntax | Robert Speicher | 2019-07-18 | 1 | -1/+3 |
| | | | | Also ensures we check Syntax with RuboCop, which is different. | ||||
* | Move files from lib/haml_lint to haml_lintsh-fix-linter-registry-haml | Stan Hu | 2019-05-21 | 1 | -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. | ||||
* | Merge branch 'haml-lint-no-plain-nodes' into 'master' | Jan Provaznik | 2019-05-21 | 1 | -0/+4 |
|\ | | | | | | | | | Add HamlLint::Linter::NoPlainNodes linter See merge request gitlab-org/gitlab-ce!28265 | ||||
| * | Add HamlLint::Linter::NoPlainNodes linterhaml-lint-no-plain-nodes | Luke Bennett | 2019-05-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | #60818 Correct linting for project root *.yml files | Will Hall | 2019-05-20 | 1 | -1/+1 |
|/ | |||||
* | Regenerate Rubocop rules | Stan Hu | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | Add more HAML lint rules | Stan Hu | 2019-05-05 | 1 | -0/+2 |
| | |||||
* | Add exceptions to HAML lint | Stan Hu | 2019-05-05 | 1 | -1/+3 |
| | |||||
* | Enable `Lint/UselessAssignment` for haml-lint | Robert Speicher | 2018-08-31 | 1 | -1/+0 |
| | |||||
* | Reject ruby interpolation in externalized stringsbvl-correct-interpolation-i18n | Bob Van Landuyt | 2018-08-25 | 1 | -3/+50 |
| | | | | | | | | | | | | | | | | 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' } | ||||
* | Add custom linter for inline JavaScript to haml_lint (!9742) | winniehell | 2017-08-07 | 1 | -0/+3 |
| | |||||
* | Upgrade haml_lint Gem to 0.26.0 | Winnie Hellmann | 2017-08-07 | 1 | -0/+15 |
| | |||||
* | HAMLLint: Enable `MultilinePipe` rule | Kushal Pandya | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `RubyComments` rule | Kushal Pandya | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `UnnecessaryStringOutput` rule | Kushal Pandya | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `UnnecessaryInterpolation` rule | Kushal Pandya | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `SpaceInsideHashAttributes` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `TrailingWhitespace` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `SpaceBeforeScript` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `ImplicitDiv` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `HtmlAttributes` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `FinalNewline` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `ClassAttributeWithStaticValue` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | HAMLLint: Enable `AltText` rule | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entryrc-use-haml_lint | Rémy Coutable | 2016-09-13 | 1 | -5/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add .haml-lint.yml | Rémy Coutable | 2016-09-13 | 1 | -0/+107 |
Signed-off-by: Rémy Coutable <remy@rymai.me> |