Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-15 | Massively reduce the amount of code needed for linter tests | w0rp | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-10-05 | Get more command callback tests to pass on Windows | w0rp | |
2017-09-18 | fix typo `RUBUCOP` --> `RUBOCOP` for slim lint | Markus Doits | |
this actually makes 6ebd8f355c974cb6b7c5d5aff20603c8c4b38feb work | |||
2017-09-15 | slimlint: Search for .rubocop.yml and use it | Markus Doits | |
This fixes slim-lint not honoring a `.rubocop.yml` in the file's or parent directory. Due to the way slim-lint calls rubocop, it requires the special `SLIM_LINT_RUBUCOP_CONF` env var to pick up the `.rubocop.yml` if it is not run on the real file (which is the case here). See https://github.com/sds/slim-lint/blob/master/lib/slim_lint/linter/README.md#rubocop |