Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-11 | Remove the title abbreviation | w0rp | |
2016-10-11 | Try putting the build status in the title line | w0rp | |
This might show the first line of text on some mobile browsers again. | |||
2016-10-11 | Add the logo and thank Mark for his work. | w0rp | |
2016-10-11 | Introduce golang support | Bjorn Neergaard | |
This includes go vet, golint, and gofmt -e | |||
2016-10-10 | Fix typos in README | Kabbaj Amine | |
2016-10-10 | Echo string format (#76) | KabbAmine | |
* Implement an option to configure the echoed message, #48 Via `g:ale_echo_msg_format` where: - `%s` is the error message itself - `%linter%` is the linter name - `%severity` is the severity type e.g let g:ale_echo_msg_fomat = '[%linter%] [%severity%] %s' * Add new options for defining the string used for errors in echoed message `g:ale_echo_msg_error_str` and `g:ale_echo_msg_warning_str` * Change text output of some linters Now that the echoed message can be customized, no need to add the type to the text variable. * Update README & documentation file * Fix some typos * Sort the table of options alphabetically (except echo_msg_x_str options) * Added echo warning str option to the doc | |||
2016-10-09 | Add support for perl and perlcritic | Vincent Lequertier | |
2016-10-09 | Wrap the badge into the title | w0rp | |
2016-10-09 | Add a Travis CI image to the README | w0rp | |
2016-10-08 | Merge pull request #68 from KabbAmine/linter-coffee | w0rp | |
Add coffee linter | |||
2016-10-08 | Merge pull request #67 from KabbAmine/linter-htmlhint | w0rp | |
Add linter HTMLHint for html files | |||
2016-10-08 | Add coffee linter | Kabbaj Amine | |
2016-10-08 | Add linter HTMLHint for html files | Kabbaj Amine | |
2016-10-08 | Add verilator for verilog | mshr-h | |
2016-10-08 | Add cpp linter (#64) | Marc Delage | |
* Add c gcc option in the doc * Add missing tag for eslint option in the doc * Correct typo in doc (' ' instead of '.') * add cpp linter * correct typo in doc * add filetype information for c++ | |||
2016-10-08 | Add iverilog for verilog (#63) | Masahiro H | |
* Add iverilog for verilog * Remove extra spacing/blank line * Set column to 1 | |||
2016-10-07 | Add support for Pug with pug-lint. | w0rp | |
2016-10-07 | Add a wrapper program for running linters which cannot receive stdin input ↵ | w0rp | |
on Windows. | |||
2016-10-07 | Denote that Cython needs to use the wrapper script. | w0rp | |
2016-10-07 | Fix some typos and remove some trailing whitespace. | w0rp | |
2016-10-07 | Add support for checking Cython files | w0rp | |
2016-10-07 | Merge pull request #58 from KabbAmine/statusline | w0rp | |
Add an initial getStatuslineStr function with customizable output | |||
2016-10-07 | Update the documentation files | Kabbaj Amine | |
... and move all pictures to img/ directory | |||
2016-10-07 | Add basic scala support using scalac (#56) | Zoltan Kalmar | |
* Add basic scala support using scalac * Convert if to a ternary expression * Better bounds check * Code formatting * Mention Scala in the documentation | |||
2016-10-06 | updating README and doc with reference to phpcs linter | jwilliams108 | |
2016-10-05 | Simplify the IDs used for the dummy sign, so it automatically uses the ↵ | w0rp | |
configurable offset value. | |||
2016-10-05 | Mention scss-lint in the README. | w0rp | |
2016-10-05 | Add a very short delay after opening a buffer for running the linter to get ↵ | w0rp | |
it to run more. Increase the delay when typing a bit to reduce juttering. | |||
2016-10-05 | Merge pull request #41 from KabbAmine/linter-tidy | w0rp | |
Add tidy support for html | |||
2016-10-04 | Make the table actually work | w0rp | |
2016-10-04 | Describe the options in the README file. | w0rp | |
2016-10-04 | Add an example GIF to the README file. | w0rp | |
2016-10-04 | Add tidy support for html | Kabbaj Amine | |
2016-10-04 | Add support for checking PHP code, courtesy of Spencer Wood. | w0rp | |
2016-10-03 | Write YAML for the name instead, and make the example lines match the YAML ↵ | w0rp | |
linter regex. | |||
2016-10-04 | Merge pull request #36 from KabbAmine/linter-yamllint | w0rp | |
Add linter yamllint for yaml | |||
2016-10-03 | Mention that shellchecks works for Bash too, of course. | w0rp | |
2016-10-03 | Write "JSON" instead of "Json" in the README | w0rp | |
2016-10-04 | Merge pull request #35 from KabbAmine/linter-jsonlint-fp | w0rp | |
Add linter jsonlint for json | |||
2016-10-03 | Add sass/scss support with sass-lint | Kabbaj Amine | |
2016-10-03 | Add linter yamllint for yaml | Kabbaj Amine | |
2016-10-03 | Add linter jsonlint for json | Kabbaj Amine | |
2016-10-04 | Linter: tslint for typescript | Prashanth Chandra | |
2016-10-03 | Add support for linting with CSSLint. | w0rp | |
2016-10-03 | Indicate that a wraper script is used for Vint. | w0rp | |
2016-10-03 | Add support for checking Vim code with Vint. | w0rp | |
2016-10-03 | Remove the off-putting alpha message now things are moving along. | w0rp | |
2016-10-03 | Add support for shellcheck linting. | w0rp | |
2016-10-02 | Merge pull request #21 from KabbAmine/sign-custom | w0rp | |
Add an option for defining text of signs | |||
2016-10-02 | Add an option for defining text of signs | Kabbaj Amine | |