summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-10-20Document ansible-lintBjorn Neergaard
2016-10-20Add support for cppcheck (#126)Bart Libert
* Add support for cppcheck * Fix vint error in cppcheck handler * Add vader test for CppCheck format handler
2016-10-19Added support for hlintJesse Paroz
2016-10-16Add linters for Elixir (#113)Łukasz Jan Niemier
* Add Credo linter for Elixir * Add requested changes TODO: check if all message types are covered in `if` chain. * Add information about Credo linter to README * Add information about Credo linter to doc
2016-10-13add documentation for luacheck linters-ol
2016-10-11Remove the title abbreviationw0rp
2016-10-11Try putting the build status in the title linew0rp
This might show the first line of text on some mobile browsers again.
2016-10-11Add the logo and thank Mark for his work.w0rp
2016-10-11Introduce golang supportBjorn Neergaard
This includes go vet, golint, and gofmt -e
2016-10-10Fix typos in READMEKabbaj Amine
2016-10-10Echo 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-09Add support for perl and perlcriticVincent Lequertier
2016-10-09Wrap the badge into the titlew0rp
2016-10-09Add a Travis CI image to the READMEw0rp
2016-10-08Merge pull request #68 from KabbAmine/linter-coffeew0rp
Add coffee linter
2016-10-08Merge pull request #67 from KabbAmine/linter-htmlhintw0rp
Add linter HTMLHint for html files
2016-10-08Add coffee linterKabbaj Amine
2016-10-08Add linter HTMLHint for html filesKabbaj Amine
2016-10-08Add verilator for verilogmshr-h
2016-10-08Add 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-08Add iverilog for verilog (#63)Masahiro H
* Add iverilog for verilog * Remove extra spacing/blank line * Set column to 1
2016-10-07Add support for Pug with pug-lint.w0rp
2016-10-07Add a wrapper program for running linters which cannot receive stdin input ↵w0rp
on Windows.
2016-10-07Denote that Cython needs to use the wrapper script.w0rp
2016-10-07Fix some typos and remove some trailing whitespace.w0rp
2016-10-07Add support for checking Cython filesw0rp
2016-10-07Merge pull request #58 from KabbAmine/statuslinew0rp
Add an initial getStatuslineStr function with customizable output
2016-10-07Update the documentation filesKabbaj Amine
... and move all pictures to img/ directory
2016-10-07Add 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-06updating README and doc with reference to phpcs linterjwilliams108
2016-10-05Simplify the IDs used for the dummy sign, so it automatically uses the ↵w0rp
configurable offset value.
2016-10-05Mention scss-lint in the README.w0rp
2016-10-05Add 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-05Merge pull request #41 from KabbAmine/linter-tidyw0rp
Add tidy support for html
2016-10-04Make the table actually workw0rp
2016-10-04Describe the options in the README file.w0rp
2016-10-04Add an example GIF to the README file.w0rp
2016-10-04Add tidy support for htmlKabbaj Amine
2016-10-04Add support for checking PHP code, courtesy of Spencer Wood.w0rp
2016-10-03Write YAML for the name instead, and make the example lines match the YAML ↵w0rp
linter regex.
2016-10-04Merge pull request #36 from KabbAmine/linter-yamllintw0rp
Add linter yamllint for yaml
2016-10-03Mention that shellchecks works for Bash too, of course.w0rp
2016-10-03Write "JSON" instead of "Json" in the READMEw0rp
2016-10-04Merge pull request #35 from KabbAmine/linter-jsonlint-fpw0rp
Add linter jsonlint for json
2016-10-03Add sass/scss support with sass-lintKabbaj Amine
2016-10-03Add linter yamllint for yamlKabbaj Amine
2016-10-03Add linter jsonlint for jsonKabbaj Amine
2016-10-04Linter: tslint for typescriptPrashanth Chandra
2016-10-03Add support for linting with CSSLint.w0rp
2016-10-03Indicate that a wraper script is used for Vint.w0rp