From c8638c1bbe2d706388219169ef3d056e26dde74e Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 6 May 2021 06:42:08 +1000 Subject: [PATCH] Coding style. - Remove unused tool, 'identify'. --- eris/tools.toml | 6 ------ 1 file changed, 6 deletions(-) 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/"