Age | Commit message (Collapse) | Author |
|
add_blank_lines_for_python_control_statements
|
|
* handle column number in javac linter
* Updated tests with column number for javac errors.
* Updated tests with column number for javac errors.
|
|
|
|
* TSLint: distinguish warnings from errors
* Test for TSlint warning/error distinguishing code added.
|
|
|
|
|
|
|
|
|
|
* Strip color from Crystal compiler output
* Don't lint files if the file doesn't exist
* Lint files if they are readable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add `fusion-lint` for first FusionScript linter
* Add documentation over `fusion-lint`
* Add tests for `fusion-lint` command callback
|
|
|
|
|
|
|
|
|
|
* Add column number to perlcritic linting output
This returns the column number of the perlcritic error so that ale can
show the column in addition to the line where perlcritic found an error.
* Add perlcritic configuration for rule names
This adds a configuration setting so that the name of the perlcritic
rule is shown [Rule::Name] after the error message.
This is useful to lookup the rule failure.
* Add a vader test for perlcritic#GetCommand
|
|
|
|
* GNU Awk linter support
* Documentation for awk linter
|
|
|
|
Fix typo in docs
|
|
|
|
|
|
|
|
|
|
|
|
* Search python fixers in virtual environment
* Add tests for python fixers
|
|
|
|
Fix function name
|
|
|
|
|
|
|
|
the lines of input where needed.
|
|
|
|
Fixed stylelint not catching all errors.
|
|
|
|
|
|
|
|
|
|
The original regex failed to account for short lines being padded
to the length of the longest error.
|
|
|
|
|
|
split windows
|