summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-06Add a CONTRIBUTING file.w0rp
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.
2016-10-03Add sass/scss support with sass-lintKabbaj Amine
2016-10-03Merge pull request #31 from prashcr/masterw0rp
Linter: tslint for typescript
2016-10-03Add linter yamllint for yamlKabbaj Amine
2016-10-03Add linter jsonlint for jsonKabbaj Amine
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-10-04Add comment headers for plugin/ale filesPrashanth Chandra
2016-10-04Add comment headers to wrappersPrashanth Chandra
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
2016-10-03Add support for checking Vim code with Vint.w0rp
2016-10-03Remove a test echo line.w0rp
2016-10-03Remove the off-putting alpha message now things are moving along.w0rp
2016-10-03Add support for shellcheck linting.w0rp
2016-10-03Merge pull request #26 from gavocanov/masterw0rp
Add support for javascript.jsx filetype