diff --git a/eris/tools.toml b/eris/tools.toml index a03f64a..d3a72e2 100644 --- a/eris/tools.toml +++ b/eris/tools.toml @@ -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/"