This commit is contained in:
Grahame Grieve 2024-10-05 11:55:21 +08:00
parent cbb645b9e0
commit 4a1aa461a9
1 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,8 @@ though there are other reasons.
Warning: Implementers use this functionality to hide known issues with their resources. Warning: Implementers use this functionality to hide known issues with their resources.
use the command line parameter ```-rules {filename}``` to make a set of rules apply.
There are two ways to turn off validation rules: There are two ways to turn off validation rules:
* Suppressing output messages * Suppressing output messages
@ -22,8 +24,7 @@ This approach is conceptually simple: the entire validation is executed, and the
messages are filtered from the output based on their messageId. messages are filtered from the output based on their messageId.
The messageId is not usually shown; use the command line parameter ```-show-message-ids``` to show The messageId is not usually shown; use the command line parameter ```-show-message-ids``` to show
the messageIds in the output. use the command line parameter ```-rules {filename}``` to make a set of the messageIds in the output.
rules apply.
Some notes on this approach: Some notes on this approach: