ale/doc
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
..
ale-asm.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-c.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-chef.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-cmake.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-cpp.txt Add cpplint linter 2017-05-16 19:09:59 +02:00
ale-css.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-erlang.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-fortran.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-go.txt go: Remove staticcheck and go build defaults 2017-05-30 14:48:23 +02:00
ale-handlebars.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-html.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-java.txt Add checkstyle linter 2017-05-15 15:41:04 -04:00
ale-javascript.txt Support both prettier and prettier-eslint 2017-05-27 18:31:52 +01:00
ale-kotlin.txt Add kotlinc checker for kotlin (#526) 2017-05-02 18:27:04 +01:00
ale-lua.txt Add luacheck option to pass in more options 2017-04-29 08:58:35 +03:00
ale-objc.txt add clang for objc and objcpp 2017-05-20 00:58:09 +08:00
ale-objcpp.txt add clang for objc and objcpp 2017-05-20 00:58:09 +08:00
ale-ocaml.txt Move linter documentation into separate files 2017-03-28 23:25:44 +01:00
ale-perl.txt Remove -X flag from perl defaults. 2017-05-30 16:07:21 -04:00
ale-php.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-puppet.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-python.txt #563 Use a configurable list of directories for detecting virtualenv paths instead. 2017-05-20 13:34:53 +01:00
ale-reasonml.txt Sort out some documentation for ReasonML 2017-04-27 00:23:06 +01:00
ale-ruby.txt Allow overriding rubocop executable. 2017-05-16 14:07:52 -04:00
ale-rust.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-sass.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-scss.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-sh.txt Document that ale_sh_shell_default_shell won't default to fish 2017-05-03 00:34:17 +02:00
ale-spec.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-tex.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-typescript.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-vim.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale-xml.txt Add xmllint linter (#559) 2017-05-18 09:31:12 +01:00
ale-yaml.txt Add tags for buffer-local variants of each linter option 2017-04-27 23:04:34 +02:00
ale.txt Fix #500 - Support defining aliases for linter names 2017-05-27 21:27:42 +01:00