w0rp
d97e25a260
Support reading from both output streams, and fix PHP error parsing, which sometimes logs to stderr, sometimes stdout.
2016-10-07 17:08:11 +01:00
w0rp
f0f17e4b0d
Explain that options should be documented.
2016-10-07 16:44:25 +01:00
Zoltan Kalmar
0e98635937
Add basic scala support using scalac ( #56 )
...
* Add basic scala support using scalac
* Convert if to a ternary expression
* Better bounds check
* Code formatting
* Mention Scala in the documentation
2016-10-07 16:28:44 +01:00
Marc Delage
38a6979bca
Add missing points in the doc ( #61 )
...
* Add c gcc option in the doc
* Add missing tag for eslint option in the doc
* Correct typo in doc (' ' instead of '.')
2016-10-07 16:27:27 +01:00
w0rp
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
jwilliams108
a14790f6ca
updating config option format and adding to doc
2016-10-07 11:14:52 +11:00
w0rp
c5d3cc5bc7
Merge pull request #53 from dahlia/haskell-stack
...
GHC Linter for Haskell Stack
2016-10-06 16:56:45 +02:00
Hong Minhee
94842a257e
GHC Linter for Haskell Stack
...
https://haskellstack.org/
2016-10-06 22:46:51 +09:00
w0rp
3cdd057b11
Add support for changing the eslint executable.
2016-10-06 13:42:52 +01:00
w0rp
596a374c6e
Skip setting of signs at line 0 and so on, to avoid any issues there.
2016-10-06 13:01:33 +01:00
w0rp
36acde533f
Fix loading of JSHint configuration files.
2016-10-06 12:56:09 +01:00
w0rp
0466ae942c
Merge pull request #50 from jwilliams108/linter-phpcs
...
adding phpcs linter
2016-10-06 12:18:47 +02:00
jwilliams108
04533038ef
updating README and doc with reference to phpcs linter
2016-10-06 21:05:48 +11:00
w0rp
478c32f85d
Fix #42 , where some linting isn't run when opening some files.
2016-10-06 11:02:43 +01:00
w0rp
514f088d2c
Merge pull request #51 from jwilliams108/eslint-warnings
...
correctly parse eslint warning type
2016-10-06 11:37:50 +02:00
w0rp
3befb0eb5a
Fix some title case
2016-10-06 10:34:33 +01:00
w0rp
7e93181ba8
Add a CONTRIBUTING file.
2016-10-06 10:33:43 +01:00
jwilliams108
63bed5368c
correctly parse eslint warning type
2016-10-06 20:21:29 +11:00
jwilliams108
e7a7b31d3c
adding phpcs linter
2016-10-06 20:11:19 +11:00
w0rp
192bf17e92
Add a help file for the project.
2016-10-06 00:22:32 +01:00
w0rp
f0da729a9d
Fix signs to work with other languages, and create fewer dummy signs
2016-10-05 22:41:48 +01:00
w0rp
f9d0673384
Merge branch 'vint-improve'
2016-10-05 11:35:30 +01:00
w0rp
91dc117bec
Update the author line and the filenames for the GCC format pattern.
2016-10-05 11:35:16 +01:00
Kabbaj Amine
811a8a3054
Use gcc format for vint output
2016-10-05 11:35:16 +01:00
w0rp
0305e8ad62
Simplify the IDs used for the dummy sign, so it automatically uses the configurable offset value.
2016-10-05 10:59:01 +01:00
w0rp
10ae288925
Mention scss-lint in the README.
2016-10-05 10:38:38 +01:00
w0rp
200d9304ab
Rename the sasslinters to use the same naming conventions, and add scsslint.
2016-10-05 10:36:38 +01:00
w0rp
1fb34d649b
Reduce jittering for signs some more.
2016-10-05 10:25:16 +01:00
w0rp
ab555a6984
Reduce screen shaking by leaving the dummy sign in place while signs are being added and removed.
2016-10-05 09:31:11 +01:00
w0rp
6ff4ed93a7
Adjust the enter delay again.
2016-10-05 09:28:43 +01:00
w0rp
61dad857a5
Add 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.
2016-10-05 09:27:03 +01:00
w0rp
322ecedf8f
Merge pull request #41 from KabbAmine/linter-tidy
...
Add tidy support for html
2016-10-05 00:21:48 +02:00
w0rp
4903822852
Make the table actually work
2016-10-04 23:08:08 +01:00
w0rp
a460f90ed8
Describe the options in the README file.
2016-10-04 23:06:32 +01:00
w0rp
0f96b61825
Fix a bug with loading the wrong user option for warning signs.
2016-10-04 23:00:15 +01:00
w0rp
b99cba7b0c
Add an example GIF to the README file.
2016-10-04 22:38:43 +01:00
w0rp
a95aa97780
Add support for linting when a file is saved.
2016-10-04 21:31:47 +01:00
w0rp
aebf8e0196
Change the flags file so it uses the get function.
2016-10-04 21:28:54 +01:00
w0rp
6754b9f1f8
Improve the signs feature so it can work with vim-gitgutter and possibly other plugins.
2016-10-04 21:10:36 +01:00
Kabbaj Amine
dd3a34fa27
Add tidy support for html
2016-10-04 22:16:28 +03:00
w0rp
c6dc324add
Add a function for finding nearest files, and use it to fix JSHint so it will find configuration files automatically.
2016-10-04 18:24:46 +01:00
w0rp
bd2f39f21a
Handle line numbers beyond the end for any linter.
2016-10-04 18:17:02 +01:00
w0rp
8c1f0178ed
Get the filename for buffers in a way that NeoVim will like.
2016-10-04 14:50:07 +01:00
w0rp
705f4232c0
Add support for formatting filenames into commands, and use it to fix linting with older eslint versions.
2016-10-04 13:50:44 +01:00
w0rp
6269ffa0b2
Add support for checking PHP code, courtesy of Spencer Wood.
2016-10-04 00:16:53 +01:00
w0rp
2d1f1fd698
Write YAML for the name instead, and make the example lines match the YAML linter regex.
2016-10-03 23:53:04 +01:00
w0rp
513e2c0235
Merge pull request #36 from KabbAmine/linter-yamllint
...
Add linter yamllint for yaml
2016-10-04 00:50:46 +02:00
w0rp
fa356ffa1b
Mention that shellchecks works for Bash too, of course.
2016-10-03 23:43:54 +01:00
w0rp
8089d83f60
Write "JSON" instead of "Json" in the README
2016-10-03 23:36:19 +01:00
w0rp
4e9b93d118
Merge pull request #35 from KabbAmine/linter-jsonlint-fp
...
Add linter jsonlint for json
2016-10-04 00:35:11 +02:00