85d8d2f217Use cmd /c for Windows commands to fix a bug with running linters on Windows.
w0rp
2016-10-08 16:01:17 +01:00
49da6d409dAdd linter HTMLHint for html files
Kabbaj Amine
2016-10-08 18:01:03 +03:00
e59264023aAdd verilator for verilog
mshr-h
2016-10-08 21:38:31 +09:00
edc5cedd8cAdd cpp linter (#64)
Marc Delage
2016-10-08 13:42:36 +02:00
bd6da4489dAdd iverilog for verilog (#63)
Masahiro H
2016-10-08 20:29:45 +09:00
197137aea0Add support for Pug with pug-lint.
w0rp
2016-10-07 22:16:29 +01:00
4489514e4bAdd a wrapper program for running linters which cannot receive stdin input on Windows.
w0rp
2016-10-07 21:33:16 +01:00
2f86a92ecbMerge pull request #62 from KabbAmine/linter-tidy-refactor
w0rp
2016-10-07 20:20:27 +01:00
4e26c76f73Refactor tidy support
Kabbaj Amine
2016-10-07 11:21:20 +03:00
e5d9736d7aDenote that Cython needs to use the wrapper script.
w0rp
2016-10-07 18:36:59 +01:00
ee80a0d147Fix some typos and remove some trailing whitespace.
w0rp
2016-10-07 18:34:23 +01:00
da1dcc6bb5Add support for checking Cython files
w0rp
2016-10-07 18:33:16 +01:00
f6e95586ddMerge pull request #58 from KabbAmine/statusline
w0rp
2016-10-07 18:29:36 +01:00
c3ae8305b7Update the documentation files
Kabbaj Amine
2016-10-07 19:48:47 +03:00
f128f7810dAdd an initial ALEGetStatusLine function with customizable output, #25
Kabbaj Amine
2016-10-07 08:49:30 +03:00
d97e25a260Support reading from both output streams, and fix PHP error parsing, which sometimes logs to stderr, sometimes stdout.
w0rp
2016-10-07 17:08:11 +01:00
f0f17e4b0dExplain that options should be documented.
w0rp
2016-10-07 16:44:25 +01:00
0e98635937Add basic scala support using scalac (#56)
Zoltan Kalmar
2016-10-07 17:28:44 +02:00
38a6979bcaAdd missing points in the doc (#61)
Marc Delage
2016-10-07 17:27:27 +02:00
983485bc14Merge pull request #57 from jwilliams108/linter-phpcs
w0rp
2016-10-07 07:34:24 +01:00
a14790f6caupdating config option format and adding to doc
jwilliams108
2016-10-07 11:03:19 +11:00
c5d3cc5bc7Merge pull request #53 from dahlia/haskell-stack
w0rp
2016-10-06 16:56:45 +02:00
94842a257eGHC Linter for Haskell Stack
Hong Minhee
2016-10-06 22:46:51 +09:00
3cdd057b11Add support for changing the eslint executable.
w0rp
2016-10-06 13:42:52 +01:00
596a374c6eSkip setting of signs at line 0 and so on, to avoid any issues there.
w0rp
2016-10-06 13:01:33 +01:00
36acde533fFix loading of JSHint configuration files.
w0rp
2016-10-06 12:56:03 +01:00
0466ae942cMerge pull request #50 from jwilliams108/linter-phpcs
w0rp
2016-10-06 12:18:47 +02:00
04533038efupdating README and doc with reference to phpcs linter
jwilliams108
2016-10-06 21:05:48 +11:00
478c32f85dFix#42, where some linting isn't run when opening some files.
w0rp
2016-10-06 11:02:00 +01:00
514f088d2cMerge pull request #51 from jwilliams108/eslint-warnings
w0rp
2016-10-06 11:37:50 +02:00
3befb0eb5aFix some title case
w0rp
2016-10-06 10:34:33 +01:00
7e93181ba8Add a CONTRIBUTING file.
w0rp
2016-10-06 10:33:43 +01:00
63bed5368ccorrectly parse eslint warning type
jwilliams108
2016-10-06 20:21:29 +11:00
91dc117becUpdate the author line and the filenames for the GCC format pattern.
w0rp
2016-10-05 11:35:09 +01:00
811a8a3054Use gcc format for vint output
Kabbaj Amine
2016-10-03 21:53:07 +03:00
0305e8ad62Simplify the IDs used for the dummy sign, so it automatically uses the configurable offset value.
w0rp
2016-10-05 10:59:01 +01:00
10ae288925Mention scss-lint in the README.
w0rp
2016-10-05 10:38:38 +01:00
200d9304abRename the sasslinters to use the same naming conventions, and add scsslint.
w0rp
2016-10-05 10:36:38 +01:00
1fb34d649bReduce jittering for signs some more.
w0rp
2016-10-05 10:25:16 +01:00
ab555a6984Reduce screen shaking by leaving the dummy sign in place while signs are being added and removed.
w0rp
2016-10-05 09:31:11 +01:00
6ff4ed93a7Adjust the enter delay again.
w0rp
2016-10-05 09:28:43 +01:00
61dad857a5Add a very short delay after opening a buffer for running the linter to get it to run more. Increase the delay when typing a bit to reduce juttering.
w0rp
2016-10-05 09:27:03 +01:00
322ecedf8fMerge pull request #41 from KabbAmine/linter-tidy
w0rp
2016-10-05 00:21:48 +02:00
4903822852Make the table actually work
w0rp
2016-10-04 23:08:08 +01:00
a460f90ed8Describe the options in the README file.
w0rp
2016-10-04 23:06:32 +01:00
0f96b61825Fix a bug with loading the wrong user option for warning signs.
w0rp
2016-10-04 23:00:15 +01:00
b99cba7b0cAdd an example GIF to the README file.
w0rp
2016-10-04 22:38:43 +01:00
a95aa97780Add support for linting when a file is saved.
w0rp
2016-10-04 21:31:47 +01:00
aebf8e0196Change the flags file so it uses the get function.
w0rp
2016-10-04 21:28:54 +01:00
6754b9f1f8Improve the signs feature so it can work with vim-gitgutter and possibly other plugins.
w0rp
2016-10-04 21:10:36 +01:00
dd3a34fa27Add tidy support for html
Kabbaj Amine
2016-10-04 22:10:12 +03:00
c6dc324addAdd a function for finding nearest files, and use it to fix JSHint so it will find configuration files automatically.
w0rp
2016-10-04 18:24:46 +01:00
bd2f39f21aHandle line numbers beyond the end for any linter.
w0rp
2016-10-04 18:17:02 +01:00
8c1f0178edGet the filename for buffers in a way that NeoVim will like.
w0rp
2016-10-04 14:50:07 +01:00
705f4232c0Add support for formatting filenames into commands, and use it to fix linting with older eslint versions.
w0rp
2016-10-04 13:50:44 +01:00
6269ffa0b2Add support for checking PHP code, courtesy of Spencer Wood.
w0rp
2016-10-04 00:16:53 +01:00
2d1f1fd698Write YAML for the name instead, and make the example lines match the YAML linter regex.
w0rp
2016-10-03 23:53:04 +01:00
513e2c0235Merge pull request #36 from KabbAmine/linter-yamllint
w0rp
2016-10-04 00:50:46 +02:00
fa356ffa1bMention that shellchecks works for Bash too, of course.
w0rp
2016-10-03 23:43:54 +01:00