summaryrefslogtreecommitdiff
path: root/ale_linters/less
AgeCommit message (Collapse)Author
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2017-11-12Fix #510 Support checking LESS files with stylelintw0rp
2017-11-12Show problems from other files for lesscw0rp
2017-11-12Add tests for the command and executable callbacks, and make them use local ↵w0rp
node_modulse esxecutables like other linters
2017-11-09Remove unnecessary cat command from less#lesscMarcus Zanona
2017-11-09Fix imported files path lookup on less#lessc linterMarcus 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-09Adjust author info on less#lessc linterMarcus Zanona
2017-11-09Adjust formatting on less#lessc linterMarcus Zanona
2017-11-09Add support for linting less files with lesscMarcus Zanona