summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-02-11 22:14:35 +0000
committerw0rp <devw0rp@gmail.com>2019-02-11 22:14:35 +0000
commitbf196ba17c9e261e4e3a9dba64260c6d0b2c8af9 (patch)
tree388de41c90fb6ff7393e4ce7754772d3ec69970f
parentdf9bee88f6d0e4c72658f5fc6ce8b4091602237f (diff)
downloadale-bf196ba17c9e261e4e3a9dba64260c6d0b2c8af9.zip
Fixers are not disabled by default
-rw-r--r--supported-tools.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 232b5298..cb8e7ec1 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -170,7 +170,7 @@ formatting.
* [prettier](https://github.com/prettier/prettier)
* Hack
* [hack](http://hacklang.org/)
- * [hackfmt](https://github.com/facebook/hhvm/tree/master/hphp/hack/hackfmt) :warning:
+ * [hackfmt](https://github.com/facebook/hhvm/tree/master/hphp/hack/hackfmt)
* [hhast](https://github.com/hhvm/hhast) :warning: (see `:help ale-integration-hack`)
* Haml
* [haml-lint](https://github.com/brigade/haml-lint)
@@ -297,7 +297,7 @@ formatting.
* Perl
* [perl -c](https://perl.org/) :warning:
* [perl-critic](https://metacpan.org/pod/Perl::Critic)
- * [perltidy](https://metacpan.org/pod/distribution/Perl-Tidy/bin/perltidy) :warning:
+ * [perltidy](https://metacpan.org/pod/distribution/Perl-Tidy/bin/perltidy)
* Perl6
* [perl6 -c](https://perl6.org) :warning:
* PHP
@@ -332,11 +332,11 @@ formatting.
* [puppet](https://puppet.com)
* [puppet-lint](https://puppet-lint.com)
* Python
- * [autopep8](https://github.com/hhatto/autopep8) :warning:
+ * [autopep8](https://github.com/hhatto/autopep8)
* [bandit](https://github.com/PyCQA/bandit) :warning:
- * [black](https://github.com/ambv/black) :warning:
+ * [black](https://github.com/ambv/black)
* [flake8](http://flake8.pycqa.org/en/latest/)
- * [isort](https://github.com/timothycrosley/isort) :warning:
+ * [isort](https://github.com/timothycrosley/isort)
* [mypy](http://mypy-lang.org/)
* [prospector](https://github.com/PyCQA/prospector) :warning:
* [pycodestyle](https://github.com/PyCQA/pycodestyle) :warning:
@@ -345,7 +345,7 @@ formatting.
* [pyls](https://github.com/palantir/python-language-server) :warning:
* [pyre](https://github.com/facebook/pyre-check) :warning:
* [vulture](https://github.com/jendrikseipp/vulture) :warning: :floppy_disk:
- * [yapf](https://github.com/google/yapf) :warning:
+ * [yapf](https://github.com/google/yapf)
* QML
* [qmlfmt](https://github.com/jesperhh/qmlfmt)
* [qmllint](https://github.com/qt/qtdeclarative/tree/5.11/tools/qmllint)