ale/ale_linters
Adriaan Zonnenberg 1f7679e619 Remove 'col' from linters where it is hardcoded to 1 (#434)
* Remove 'col' from linters where it is hardcoded to 1

When 'col' is 1, the first column will get highlighted for no reason. It
should be 0 (which is the default).

In the scalac linter there was also a check about the outcome of
`stridx`. It would set l:col to 0 if it was -1, and then it uses
`'col': l:col + 1` to convert the outcome of `stridx` to the actual
column number. This will make 'col' equals 1 when there is no match. We
can remove the check because `-1 + 1 = 0`.

* Remove outdated comments about vcol

vcol was added as a default, and the loclists that follow these comments
do not contain 'vcol' anymore

Conflicts:
	ale_linters/elixir/dogma.vim
2017-03-31 19:01:10 +01:00
..
ansible Replace every stdin-wrapper script with the new %t formatting support 2017-02-11 19:40:57 +00:00
asciidoc proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
c #277 #318 Support all same-directory includes for gcc and clang 2017-03-11 16:48:49 +00:00
chef Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
cmake Add cmakelint support for cmake filetype 2017-02-25 17:27:03 +00:00
coffee Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
cpp #277 #318 Support all same-directory includes for gcc and clang 2017-03-11 16:48:49 +00:00
cs Copy all loclist items returned from handlers, and set up defaults for convenience 2017-02-26 14:51:22 +00:00
css Add stylelint option to pass in more options 2017-02-12 09:25:40 +03:00
d Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
dockerfile Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
elixir Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
elm Add support for error details 2017-03-01 23:27:48 -08:00
erlang Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
fortran Copy all loclist items returned from handlers, and set up defaults for convenience 2017-02-26 14:51:22 +00:00
go #384 Try and stop stupid errors coming from the gobuild functions 2017-03-04 23:34:57 +00:00
haml Add hamllint linter for Haml (#377) 2017-03-03 20:27:07 +00:00
haskell Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
help proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
html Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
java Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
javascript Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
json Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
lua Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
markdown proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
matlab Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
nim Fix problems with nim check (#404) 2017-03-22 09:11:32 +00:00
nix Add support for nix linting 2017-03-05 20:36:29 +00:00
nroff proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
ocaml Add a script for custom checks to enforce using the abort flag for functions and trailing whitespace, and fix existing issues. 2017-01-22 14:54:57 +00:00
perl Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
php Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
pod proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
pug Replace every stdin-wrapper script with the new %t formatting support 2017-02-11 19:40:57 +00:00
puppet Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
pyrex Replace every stdin-wrapper script with the new %t formatting support 2017-02-11 19:40:57 +00:00
python Copy all loclist items returned from handlers, and set up defaults for convenience 2017-02-26 14:51:22 +00:00
rst proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
ruby Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
rust Cover the Rust handler with some tests 2017-02-07 21:17:10 +00:00
sass Replace every stdin-wrapper script with the new %t formatting support 2017-02-11 19:40:57 +00:00
scala Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
scss Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
sh Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
slim add slim-lint (#388) 2017-03-13 23:21:59 +00:00
sml Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
swift Fix SwiftLint 2017-01-17 19:59:45 +01:00
testft Add support for dot-seperate linters, improve linter tests 2016-10-21 21:02:20 -05:00
tex proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
texinfo proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
text proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
typescript Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
verilog Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00
vim Support older versions of Vint 2017-03-11 19:45:33 +00:00
xhtml proselint: Add more supported filetypes (#367) 2017-03-02 00:06:09 +00:00
yaml Remove 'col' from linters where it is hardcoded to 1 (#434) 2017-03-31 19:01:10 +01:00