summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-03-03Add hamllint linter for Haml (#377)Patrick Lewis
* Add hamllint linter for Haml * Simplify hamllint
2017-03-02proselint: Add more supported filetypes (#367)Daniel M. Capella
* proselint: Add more suported filetypes * proselint: Minor consistency fixes * Vim help: Disable linters by default
2017-02-25Add cmakelint support for cmake filetypeKenneth Benzie (Benie)
2017-02-23Create a Contributing section in the READMEw0rp
2017-02-18Add sml support via smlnjpaulo alem
2017-02-16Add a missing question markw0rp
2017-02-16Add an FAQ section to address concerns about battery lifew0rp
2017-02-11Fix the clangtidy linter, and document everythingw0rp
2017-02-11Make javac work in a basic wayw0rp
2017-02-11Fix #330 - Explain how to check JSX with eslint and stylelintw0rp
2017-02-11Add clang to cpp linters.tomotanakamura
2017-02-09Merge pull request #306 from ahmedelgabri/standardjsw0rp
Add standard linter
2017-02-09Merge pull request #285 from medains/masterw0rp
Linter addition of PHP Mess Detector
2017-02-08Make some corrections in the READMEw0rp
2017-02-05Add standard linterAhmed El Gabri
2017-02-05Make a note in the FAQ about how to use quickfix errorsw0rp
2017-02-01Linter addition of PHP Mess Detectormedains
2017-01-30Dockerfile linting via hadolint (#282)Łukasz Jan Niemier
* Add hadolint linter for Dockerfiles * Fix path * Fix typo * Update docs
2017-01-30Fix #249 Mention how to clear sign background colors in the READMEw0rp
2017-01-22Add erlc lint for Erlang (#248) (#255)Magnus
* Add erlc lint for Erlang (#248) * Ignore certain errors in Erlang .hrl files (#248) A .hrl file does not need to have a -module definition. Additionally, it is common to have unused elements in such a file, as the entities will be used in a file including the header. * Address change requests to Erlang linter
2017-01-19REVERT "Fix some naming conventions and use abort for all Rust functions, ↵w0rp
and disable the rust linters for now, re #256" This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec. Conflicts: doc/ale.txt
2017-01-15Document the mypy options, and fix spacing issues, largely in the documentationw0rp
2017-01-15Merge pull request #237 from keith/ks/mypy-linterw0rp
Add python mypy support
2017-01-15Support C# linting with mono compiler mcs. (#250)Junfeng Li
* Support netcore project linting. * Support check on the fly. * Remove debug. * Rename csc.vim to mcs.vim as it should be. * Update README. * Update doc. * Using `=~#` instead of `=~`.
2017-01-13Fix some naming conventions and use abort for all Rust functions, and ↵w0rp
disable the rust linters for now, re #256
2017-01-12Add support for Rust using rustc and cargo (#230)EinfachToll
* Add rustc checker for rust files * Add documentation for rustc * Use a nice helper function * Add cargo as linter * Complete the doc for rust linters * Put l: in front of every local variable * Apply the requested stylistic changes
2017-01-04Added hack linter for php (#239)Zefei Xuan
* added hack linter * updated docs for hack (hh_client) * naming
2017-01-04Fix #238 Make the README show the proper linter name for Floww0rp
2016-12-30Add python mypy supportKeith Smiley
This adds support for the official optional python typechecker.
2016-12-22add go build for build errors (#180)dzhou121
* add go build for build errors * Add go build to doc and README * Improvement for Go build Go build works on package level, so copy over the other files that belong to the same package to the temp folder as well. * revert back to simple go build * change gobuild script var name
2016-12-22Fix #229 Disable text linters by defaultw0rp
2016-12-13Add support for Swift with swiftlint (#214)David Mohundro
* Add support for swift with swiftlint * Fix issue by adding '.swift' file extension
2016-12-13Add Elm linting via elm-make (#213)Eric Lehner
* Add support for Elm linting * Adding documentation for Elm * Adjusting spacing * Addressing concerns listed in pull request Removed the s:FindRootDirectory function as it does not make much sense in this context. Adjusted the rest of the code to handle the removal of that function, including using the ale#util function to find the nearest file. Ensured that when an empty filepath is found, the code does not attempt to change directories. Ensured that the linter would take from stdin using the wrapper.
2016-12-06Document the new stylelint linterw0rp
2016-12-04LaTeX Linters (#190)Andrew Balmos
* Add chktex linter * Alias plaintex to tex * Add lacheck linter Closes #179 * Add the chktex warning code This very useful to have when you want to suppress lint warnings with LaTeX comments. chktex tends to be a bit noisy so this often needed. * lacheck: Make regex less specific To be more robust future changes in `stdin-wrapper`
2016-12-01Add an FAQ section describing how to run linters when files are saved.w0rp
2016-11-28Add Proselint (#185)poohzrn
* Add Proselint - Markdown - Tex - Text * Use ale#handler#HandleUnixFormatAsWarning * Indentation
2016-11-25Add puppet linters (#183)Alexander "Ace" Olofsson
* Start adding Puppet linters * Use the correct output stream for puppet parser * Finish Puppet and puppet-lint linters * Add Puppet information to documentation
2016-11-23Add ocaml linter: merlin (#177)Andrey Popp
* Add ocaml linter: merlin * Add docs for ocaml-merlin integration. * Remove annoying error message from ocaml merlin linter * Update doc to list merlin linter
2016-11-10Document that typecheck is now supportedw0rp
2016-11-01Added support for foodcriticEdward Larkey
Adding support the foodcritic linter for Chef files. Listing all issues as warnings for now Doesn't get in the way of rubocop linting if ft=ruby.chef Updated documentation Closes #127
2016-11-01Add FlowType support (#157)Zach Perrault
* Add `javascript/flow` linter * Add documentation for flow * Remove a line from the docs that was from eslint * Only run if flow gives output; Correct link in doc * Address PR feedback #157
2016-10-31Add support for clang for cmshr-h
2016-10-30Add pylint to the list of supported tools.w0rp
2016-10-26#144 - Implement commands for moving through warnings/errorsw0rp
2016-10-25Fix the autocmd suggestion some morew0rp
2016-10-25Fix a mistake in the FAQ code for the autocmd eventw0rp
2016-10-25Fix the headings and table of contents.w0rp
2016-10-25Restructure the README.w0rp
2016-10-24Merge #139 - Add Markdown linting supportw0rp