summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2016-10-05Mention scss-lint in the README.w0rp
2016-10-05Rename the sasslinters to use the same naming conventions, and add scsslint.w0rp
2016-10-05Reduce jittering for signs some more.w0rp
2016-10-05Reduce screen shaking by leaving the dummy sign in place while signs are ↵w0rp
being added and removed.
2016-10-05Adjust the enter delay again.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-04Fix a bug with loading the wrong user option for warning signs.w0rp
2016-10-04Add an example GIF to the README file.w0rp
2016-10-04Add support for linting when a file is saved.w0rp
2016-10-04Change the flags file so it uses the get function.w0rp
2016-10-04Improve the signs feature so it can work with vim-gitgutter and possibly ↵w0rp
other plugins.
2016-10-04Add tidy support for htmlKabbaj Amine
2016-10-04Add a function for finding nearest files, and use it to fix JSHint so it ↵w0rp
will find configuration files automatically.
2016-10-04Handle line numbers beyond the end for any linter.w0rp
2016-10-04Get the filename for buffers in a way that NeoVim will like.w0rp
2016-10-04Add support for formatting filenames into commands, and use it to fix ↵w0rp
linting with older eslint versions.
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-04Merge pull request #33 from prashcr/comment-headersw0rp
Add comment headers for every source file
2016-10-03Merge branch 'linter-sasslint'w0rp
2016-10-03Rename the SASS files to follow the convention from other files, and move ↵w0rp
the function for handling CSSLint style output into the handlers file.