ale/ale_linters
Olaf Alders fa02b1d259 Remove -X flag from perl defaults.
"-X Disables all warnings regardless of use warnings or $^W".  See
"perldoc perlrun" or http://perldoc.perl.org/perlrun.html

With the current defaults, warnings are squashed.  For example:

$ perl -X -Mwarnings -c -e'BEGIN { 42 + undef }'
-e syntax OK

$ perl -Mwarnings -c -e'BEGIN { 42 + undef }'
Use of uninitialized value in addition (+) at -e line 1.
-e syntax OK

So, it's not clear from the current defaults whether Ale wants to remove
warnings or enable them.  As it stands, it's trying to do both and the
disabling appears to win.

This commit enables warnings by default.
2017-05-30 16:07:21 -04:00
..
ansible Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
asciidoc Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
asm #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
c #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
chef Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
cmake Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
coffee Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
cpp Add cpplint linter 2017-05-16 19:09:59 +02:00
crystal #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
cs Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
css Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
d #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
dockerfile Simplify some code and format some tests better 2017-04-24 21:11:33 +01:00
elixir Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
elm #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
erlang #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
eruby Add erb linter (#497) 2017-04-25 18:38:02 +01:00
fortran #427 Implement buffer variable overrides for all linter options 2017-04-16 01:24:08 +01:00
go Improve performance when using gometalinter (#566) 2017-05-20 11:43:28 +01:00
haml Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
handlebars Ember-template-lint handler: properly handle template parsing errors. 2017-05-28 21:19:47 +02:00
haskell Haskell: add ghc-mod linter 2017-05-15 19:46:02 +01:00
help Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
html Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
java Revert "Fix #501 - Do not run javac when it is just a stub asking you to install Java on Mac OSX" 2017-05-28 00:52:04 +01:00
javascript Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
json Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
kotlin kotlin linter support for maven/pom.xml 2017-05-27 16:23:16 +02:00
lua #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
markdown Glue for Vale (#522) 2017-05-01 16:06:04 +01:00
matlab Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
nim #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
nix Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
nroff Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
objc add clang for objc and objcpp 2017-05-20 00:58:09 +08:00
objcpp add clang for objc and objcpp 2017-05-20 00:58:09 +08:00
ocaml Make code more consistent 2017-04-15 12:52:08 +01:00
perl Remove -X flag from perl defaults. 2017-05-30 16:07:21 -04:00
php Add end columns on php linter #538 2017-05-17 21:28:29 +02:00
pod Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
pug Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
puppet Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
pyrex Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
python Translate pylint output column to 1-based index 2017-05-24 21:40:06 -06:00
reason Create reasonml merlin linter 2017-04-26 19:29:09 +10:00
rst Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
ruby Clean up the rubocop file a little 2017-05-18 09:22:34 +01:00
rust Move path functions to their own file 2017-04-17 23:29:02 +01:00
sass Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
scala Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
scss Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
sh shell: Don't default to fish 2017-05-01 21:24:16 +02:00
slim Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
sml Use ale#Var in linters that didn't use it yet 2017-04-28 00:01:01 +02:00
spec Add rpm spec file linter (rpmlint) (#486) 2017-04-19 23:40:58 +01:00
sql Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00
swift #392 Report errors inside of headers, in a very basic way 2017-04-11 20:32:57 +01:00
testft Add support for dot-seperate linters, improve linter tests 2016-10-21 21:02:20 -05:00
tex #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
texinfo Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
text Glue for Vale (#522) 2017-05-01 16:06:04 +01:00
typescript Refactor running of local Node programs with a helper function 2017-05-27 17:11:03 +01:00
verilog #549 Temporarily revert shell escaping changes, just for Windows 2017-05-12 09:20:16 +01:00
vim #532 Rename a Vint variable so it's more obvious 2017-05-06 10:14:03 +01:00
xhtml Break shared handlers up into their own files, and fix stylelint error handling 2017-04-24 22:27:18 +01:00
xml Add xmllint linter (#559) 2017-05-18 09:31:12 +01:00
yaml Add a function for getting matches, and use it to simplify a lot of code 2017-04-18 00:35:53 +01:00