From 1a85493ac1df0e2198cc9ac880d7cb048221c10f Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 21 Apr 2015 18:48:01 -0400 Subject: [PATCH] Register configfiles with xml order linter. Fixes #132. --- planemo_ext/galaxy/tools/linters/xml_order.py | 1 + 1 file changed, 1 insertion(+) diff --git a/planemo_ext/galaxy/tools/linters/xml_order.py b/planemo_ext/galaxy/tools/linters/xml_order.py index 7c76d8106..8c4ea527d 100644 --- a/planemo_ext/galaxy/tools/linters/xml_order.py +++ b/planemo_ext/galaxy/tools/linters/xml_order.py @@ -7,6 +7,7 @@ 'version_command', 'command', 'inputs', + 'configfiles', 'outputs', 'tests', 'help',