Coding style.

- Remove unused tool, 'identify'.
This commit is contained in:
Andrew Hamilton 2021-05-06 06:42:08 +10:00
parent 7ffcd6c46c
commit c8638c1bbe

View file

@ -245,12 +245,6 @@ tools_for_extensions = [
url = "https://en.wikipedia.org/wiki/PHP"
command = "php --syntax-check"
[identify]
dependencies = ["imagemagick"]
url = "http://www.imagemagick.org/script/identify.php"
command = "identify -verbose"
success_status = "normal"
[shellcheck]
dependencies = ["shellcheck"]
url = "https://www.shellcheck.net/"