Age | Commit message (Expand) | Author |
2016-10-06 | Add support for changing the eslint executable. | w0rp |
2016-10-06 | Skip setting of signs at line 0 and so on, to avoid any issues there. | w0rp |
2016-10-06 | Fix loading of JSHint configuration files. | w0rp |
2016-10-06 | Merge pull request #50 from jwilliams108/linter-phpcs | w0rp |
2016-10-06 | updating README and doc with reference to phpcs linter | jwilliams108 |
2016-10-06 | Fix #42, where some linting isn't run when opening some files. | w0rp |
2016-10-06 | Merge pull request #51 from jwilliams108/eslint-warnings | w0rp |
2016-10-06 | Fix some title case | w0rp |
2016-10-06 | Add a CONTRIBUTING file. | w0rp |
2016-10-06 | correctly parse eslint warning type | jwilliams108 |
2016-10-06 | adding phpcs linter | jwilliams108 |
2016-10-06 | Add a help file for the project. | w0rp |
2016-10-05 | Fix signs to work with other languages, and create fewer dummy signs | w0rp |
2016-10-05 | Merge branch 'vint-improve' | w0rp |
2016-10-05 | Update the author line and the filenames for the GCC format pattern. | w0rp |
2016-10-05 | Use gcc format for vint output | Kabbaj Amine |
2016-10-05 | Simplify the IDs used for the dummy sign, so it automatically uses the config... | w0rp |
2016-10-05 | Mention scss-lint in the README. | w0rp |
2016-10-05 | Rename the sasslinters to use the same naming conventions, and add scsslint. | w0rp |
2016-10-05 | Reduce jittering for signs some more. | w0rp |
2016-10-05 | Reduce screen shaking by leaving the dummy sign in place while signs are bein... | w0rp |
2016-10-05 | Adjust the enter delay again. | w0rp |
2016-10-05 | Add a very short delay after opening a buffer for running the linter to get i... | w0rp |
2016-10-05 | Merge pull request #41 from KabbAmine/linter-tidy | w0rp |
2016-10-04 | Make the table actually work | w0rp |
2016-10-04 | Describe the options in the README file. | w0rp |
2016-10-04 | Fix a bug with loading the wrong user option for warning signs. | w0rp |
2016-10-04 | Add an example GIF to the README file. | w0rp |
2016-10-04 | Add support for linting when a file is saved. | w0rp |
2016-10-04 | Change the flags file so it uses the get function. | w0rp |
2016-10-04 | Improve the signs feature so it can work with vim-gitgutter and possibly othe... | w0rp |
2016-10-04 | Add tidy support for html | Kabbaj Amine |
2016-10-04 | Add a function for finding nearest files, and use it to fix JSHint so it will... | w0rp |
2016-10-04 | Handle line numbers beyond the end for any linter. | w0rp |
2016-10-04 | Get the filename for buffers in a way that NeoVim will like. | w0rp |
2016-10-04 | Add support for formatting filenames into commands, and use it to fix linting... | w0rp |
2016-10-04 | Add support for checking PHP code, courtesy of Spencer Wood. | w0rp |
2016-10-03 | Write YAML for the name instead, and make the example lines match the YAML li... | w0rp |
2016-10-04 | Merge pull request #36 from KabbAmine/linter-yamllint | w0rp |
2016-10-03 | Mention that shellchecks works for Bash too, of course. | w0rp |
2016-10-03 | Write "JSON" instead of "Json" in the README | w0rp |
2016-10-04 | Merge pull request #35 from KabbAmine/linter-jsonlint-fp | w0rp |
2016-10-04 | Merge pull request #33 from prashcr/comment-headers | w0rp |
2016-10-03 | Merge branch 'linter-sasslint' | w0rp |
2016-10-03 | Rename the SASS files to follow the convention from other files, and move the... | w0rp |
2016-10-03 | Add sass/scss support with sass-lint | Kabbaj Amine |
2016-10-03 | Merge pull request #31 from prashcr/master | w0rp |
2016-10-03 | Add linter yamllint for yaml | Kabbaj Amine |
2016-10-03 | Add linter jsonlint for json | Kabbaj Amine |
2016-10-04 | Add comment headers to ale_linters | Prashanth Chandra |