summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-08Make Travis cache pipw0rp
2016-10-08Add a Travis config for running vint.w0rp
2016-10-08Send the buffers to the linters using getbufline() on Windows, re issue #39w0rp
2016-10-08Handle there being no process for a job better in Vim 8, re issue #39.w0rp
2016-10-08Use shortmess for shortening long echo lines instead.w0rp
2016-10-08Don't store jobs themselves in maps in Vim 8, as per issue #39.w0rp
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-08Merge pull request #65 from mshr-h/support-verilatorw0rp
Support verilator for verilog
2016-10-08Add coffee linterKabbaj Amine
2016-10-08Use cmd /c for Windows commands to fix a bug with running linters on Windows.w0rp
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-07Merge pull request #62 from KabbAmine/linter-tidy-refactorw0rp
Refactor tidy support
2016-10-07Refactor tidy supportKabbaj Amine
* Add an option for file encoding * Remove the type from text * Fix linter's name
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 an initial ALEGetStatusLine function with customizable output, #25Kabbaj Amine
2016-10-07Support reading from both output streams, and fix PHP error parsing, which ↵w0rp
sometimes logs to stderr, sometimes stdout.
2016-10-07Explain that options should be documented.w0rp
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-07Add missing points in the doc (#61)Marc Delage
* Add c gcc option in the doc * Add missing tag for eslint option in the doc * Correct typo in doc (' ' instead of '.')
2016-10-07Merge pull request #57 from jwilliams108/linter-phpcsw0rp
updating config option format and adding to doc
2016-10-07updating config option format and adding to docjwilliams108
2016-10-06Merge pull request #53 from dahlia/haskell-stackw0rp
GHC Linter for Haskell Stack
2016-10-06GHC Linter for Haskell StackHong Minhee
https://haskellstack.org/
2016-10-06Add support for changing the eslint executable.w0rp
2016-10-06Skip setting of signs at line 0 and so on, to avoid any issues there.w0rp
2016-10-06Fix loading of JSHint configuration files.w0rp
2016-10-06Merge pull request #50 from jwilliams108/linter-phpcsw0rp
adding phpcs linter
2016-10-06updating README and doc with reference to phpcs linterjwilliams108
2016-10-06Fix #42, where some linting isn't run when opening some files.w0rp
2016-10-06Merge pull request #51 from jwilliams108/eslint-warningsw0rp
correctly parse eslint warning type
2016-10-06Fix some title casew0rp
2016-10-06Add a CONTRIBUTING file.w0rp
2016-10-06correctly parse eslint warning typejwilliams108
2016-10-06adding phpcs linterjwilliams108
2016-10-06Add a help file for the project.w0rp
2016-10-05Fix signs to work with other languages, and create fewer dummy signsw0rp
2016-10-05Merge branch 'vint-improve'w0rp
2016-10-05Update the author line and the filenames for the GCC format pattern.w0rp
2016-10-05Use gcc format for vint outputKabbaj Amine
2016-10-05Simplify the IDs used for the dummy sign, so it automatically uses the ↵w0rp
configurable offset value.