Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-04-09 | Close #542 - Add an option for disabling running locally installed ↵ | w0rp | |
executables by default | |||
2017-11-12 | Fix #510 Support checking LESS files with stylelint | w0rp | |
2017-11-12 | Show problems from other files for lessc | w0rp | |
2017-11-12 | Add tests for the command and executable callbacks, and make them use local ↵ | w0rp | |
node_modulse esxecutables like other linters | |||
2017-11-09 | Remove unnecessary cat command from less#lessc | Marcus Zanona | |
2017-11-09 | Fix imported files path lookup on less#lessc linter | Marcus Zanona | |
Ale saves a temporary file (%t) which does not share the same path as the original file, breaking import statements with relative URLs. This fix sends content to `lessc` over stdin and adds the current file (%s) as one of the included paths, so statements like `@import '../utils' will correctly resolve based on the current file path. | |||
2017-11-09 | Adjust author info on less#lessc linter | Marcus Zanona | |
2017-11-09 | Adjust formatting on less#lessc linter | Marcus Zanona | |
2017-11-09 | Add support for linting less files with lessc | Marcus Zanona | |