51 Commits
Author SHA1 Message Date
w0rpandGitHub 62195b7a68 Merge pull request #108 from neersighted/autocmd2
Add autocommand test
2016-10-19 22:44:00 +01:00
w0rpandGitHub 492995614b Merge pull request #123 from jparoz/master
Added support for hlint
2016-10-19 13:53:26 +01:00
w0rpandGitHub 86ee54e271 Merge pull request #97 from neersighted/statusline-count
Implement a more efficient statusbar
2016-10-13 15:02:58 +01:00
w0rpandGitHub f4159ac7ee Merge pull request #101 from s-ol/luacheck
add luacheck linter
2016-10-13 10:02:08 +01:00
w0rpandGitHub e058f9d51b Merge pull request #88 from prashcr/master
Use vim-testbed to run Vader tests on Travis
2016-10-12 22:17:16 +01:00
w0rpandGitHub 210a897a82 Remove the title abbreviation 2016-10-11 22:05:12 +01:00
w0rpandGitHub 6f94cee56e Try putting the build status in the title line
This might show the first line of text on some mobile browsers again.
2016-10-11 22:04:10 +01:00
w0rpandGitHub ec2ce91f3f Merge pull request #92 from neersighted/handlers
Remove many redundant handlers
2016-10-11 20:49:57 +01:00
w0rpandGitHub 687d66cf25 Merge pull request #95 from neersighted/typos
Return in the statusline compatibility function, fixing #71
2016-10-11 20:48:52 +01:00
w0rpandGitHub f88db6c336 Merge pull request #93 from neersighted/pruning
Clean and reorganize flags/preferences
2016-10-11 17:18:17 +01:00
w0rpandGitHub d8d08de26c Merge pull request #90 from neersighted/golang
Add golang support
2016-10-11 15:02:32 +01:00
w0rpandGitHub 6ee42c9a2d Merge pull request #91 from w0rp/vint-style-flag
Support Vint style issues, and enabling/disabling them
2016-10-11 13:33:18 +01:00
w0rpandGitHub 0fa730aecf Merge pull request #86 from neersighted/vint-s
Explicit scope (aka vint -s)
2016-10-11 13:07:03 +01:00
w0rpandGitHub 2dee212408 Merge pull request #83 from neersighted/master
Fixup stdin-wrapper
2016-10-10 21:56:07 +01:00
w0rpandGitHub 0708531a13 Merge pull request #79 from KabbAmine/fix-typos
Fix typos in README
2016-10-10 16:27:28 +01:00
w0rpandGitHub 731f2fafb6 Merge pull request #77 from KabbAmine/minor-fixes
Minor fixes:
2016-10-10 16:26:58 +01:00
w0rpandGitHub dea8af1e57 Merge pull request #73 from KabbAmine/fix-69
Modify shell's pattern to handle locals other than english, fixes #69
2016-10-09 20:59:25 +01:00
w0rpandGitHub 731033588d Merge pull request #72 from SkySymbol/perl-support
Add support for perl and perlcritic
2016-10-09 16:38:17 +01:00
w0rpandGitHub 3044200c8a Merge pull request #70 from mshr-h/add-comment-header
Add comment headers to verilog linters
2016-10-09 08:52:59 +01:00
w0rpandGitHub 16496674c6 Wrap the badge into the title 2016-10-09 00:04:24 +01:00
w0rpandGitHub 008066778e Add a Travis CI image to the README 2016-10-09 00:03:19 +01:00
w0rpandGitHub 1044c8af0a Merge pull request #68 from KabbAmine/linter-coffee
Add coffee linter
2016-10-08 16:56:03 +01:00
w0rpandGitHub ecde32d9ec Merge pull request #67 from KabbAmine/linter-htmlhint
Add linter HTMLHint for html files
2016-10-08 16:55:14 +01:00
w0rpandGitHub cb68741717 Merge pull request #65 from mshr-h/support-verilator
Support verilator for verilog
2016-10-08 16:54:06 +01:00
w0rpandGitHub 2f86a92ecb Merge pull request #62 from KabbAmine/linter-tidy-refactor
Refactor tidy support
2016-10-07 20:20:27 +01:00
w0rpandGitHub f6e95586dd Merge pull request #58 from KabbAmine/statusline
Add an initial getStatuslineStr function with customizable output
2016-10-07 18:29:36 +01:00
w0rpandGitHub f0f17e4b0d Explain that options should be documented. 2016-10-07 16:44:25 +01:00
w0rpandGitHub 983485bc14 Merge pull request #57 from jwilliams108/linter-phpcs
updating config option format and adding to doc
2016-10-07 07:34:24 +01:00
w0rpandGitHub c5d3cc5bc7 Merge pull request #53 from dahlia/haskell-stack
GHC Linter for Haskell Stack
2016-10-06 16:56:45 +02:00
w0rpandGitHub 0466ae942c Merge pull request #50 from jwilliams108/linter-phpcs
adding phpcs linter
2016-10-06 12:18:47 +02:00
w0rpandGitHub 514f088d2c Merge pull request #51 from jwilliams108/eslint-warnings
correctly parse eslint warning type
2016-10-06 11:37:50 +02:00
w0rpandGitHub 3befb0eb5a Fix some title case 2016-10-06 10:34:33 +01:00
w0rpandGitHub 322ecedf8f Merge pull request #41 from KabbAmine/linter-tidy
Add tidy support for html
2016-10-05 00:21:48 +02:00
w0rpandGitHub 4903822852 Make the table actually work 2016-10-04 23:08:08 +01:00
w0rpandGitHub 513e2c0235 Merge pull request #36 from KabbAmine/linter-yamllint
Add linter yamllint for yaml
2016-10-04 00:50:46 +02:00
w0rpandGitHub 4e9b93d118 Merge pull request #35 from KabbAmine/linter-jsonlint-fp
Add linter jsonlint for json
2016-10-04 00:35:11 +02:00
w0rpandGitHub e9d6f5a707 Merge pull request #33 from prashcr/comment-headers
Add comment headers for every source file
2016-10-04 00:30:27 +02:00
w0rpandGitHub 66ee919756 Merge pull request #31 from prashcr/master
Linter: tslint for typescript
2016-10-03 22:27:52 +02:00
w0rpandGitHub 23383ce547 Merge pull request #26 from gavocanov/master
Add support for javascript.jsx filetype
2016-10-03 11:38:56 +02:00
w0rpandGitHub 40c01d2f14 Merge pull request #21 from KabbAmine/sign-custom
Add an option for defining text of signs
2016-10-02 16:19:03 +02:00
w0rpandGitHub 21e91d7572 Merge pull request #22 from prashcr/master
Fix qflist output for coffeelint
2016-10-02 16:16:12 +02:00
w0rpandGitHub b36d3eb635 Merge pull request #19 from prashcr/master
Add coffeelint for coffeescript
2016-10-02 10:16:10 +02:00
w0rpandGitHub abd1249e74 Merge pull request #15 from CookiesBestDinner/master
Fix typo ALErrorSign -> ALEErrorSign
2016-09-29 22:55:37 +01:00
w0rpandGitHub 31f4601fcf Merge pull request #13 from vmarovic/master
Option to keep sign column always open
2016-09-26 16:47:26 +01:00
w0rpandGitHub a39274d7f4 Merge pull request #9 from prashcr/master
Add option for choosing linters to run
2016-09-19 07:18:55 +01:00
w0rpandGitHub f8899f9ba7 Use a different marker because of markdown issues. 2016-09-19 00:04:32 +01:00
w0rpandGitHub a531ce44b7 Fix the README sorting and formatting. 2016-09-19 00:01:16 +01:00
w0rpandGitHub c84bafe7e7 Merge pull request #2 from fijshion/jshint-linter
Add jshint linter
2016-09-16 19:21:04 +01:00
w0rpandGitHub d97d05e508 Merge pull request #1 from fijshion/jscslinter
Add jscs linter
2016-09-15 21:00:57 +01:00
w0rpandGitHub 36b25a5da4 Merge pull request #3 from ynonp/master
Add rubocop linter
2016-09-15 21:00:14 +01:00
w0rpandGitHub 86295cb4ec Fix GitHub links in README 2016-09-13 23:12:49 +01:00