From ef5a697c7d36edcd689c197f8ba120e93ed2487d Mon Sep 17 00:00:00 2001 From: davelopez <46503462+davelopez@users.noreply.github.com> Date: Sun, 2 Oct 2022 15:29:51 +0200 Subject: [PATCH] Update readme --- README.md | 7 +++++-- client/README.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cad5ca8..730174f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ This project has the following main goals: - [Auto-sort param attributes](#auto-sort-param-attributes) - [Run planemo tests in the Test Explorer](#run-planemo-tests-in-the-test-explorer) - [Improved macros support](#improved-macros-support) - - [Extract macro](#extract-macro) _New feature!_ :rocket: + - [Extract macro](#extract-macro) + - [Full Galaxy tool linter integration](#document-validation) _New feature!_ ✨ # Getting Started @@ -76,7 +77,9 @@ The documentation of tags and attributes is retrieved from the [Galaxy.xsd](http ![Demo feature validation](../assets/feature.validation.png) -The tools are also validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema. +In addition to basic XML syntax validation, the tools are validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema. + +Since version 0.8.0 the full Galaxy linting is directly reported on the document diagnostics. ## Document auto-formatting diff --git a/client/README.md b/client/README.md index 6c3a237..ac582e4 100644 --- a/client/README.md +++ b/client/README.md @@ -34,7 +34,8 @@ Since version `0.4.0` you can use some of the cool features of [planemo](https:/ - [Auto-sort param attributes](#auto-sort-param-attributes) - [Run planemo tests in the Test Explorer](#run-planemo-tests-in-the-test-explorer) - [Improved macros support](#improved-macros-support) - - [Extract macro](#extract-macro) _New feature!_ :rocket: + - [Extract macro](#extract-macro) + - [Full Galaxy tool linter integration](#document-validation) _New feature!_ ✨ # Installation @@ -105,7 +106,9 @@ The documentation of tags and attributes is retrieved from the [Galaxy.xsd](http ![Demo feature validation](../assets/feature.validation.png) -The tools are also validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema. +In addition to basic XML syntax validation, the tools are validated against the [Galaxy.xsd](https://github.com/galaxyproject/galaxy/blob/dev/lib/galaxy/tool_util/xsd/galaxy.xsd) schema. + +Since version 0.8.0 the full Galaxy linting is directly reported on the document diagnostics. ## Document auto-formatting