From 0b141ff92d0f4aad1cd367e258632d4fd37b5500 Mon Sep 17 00:00:00 2001 From: Drakarah Date: Mon, 22 Dec 2025 09:42:32 +0000 Subject: [PATCH] update doc --- docs/aoa/smart.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/aoa/smart.rst b/docs/aoa/smart.rst index 65e20283..cec758e7 100644 --- a/docs/aoa/smart.rst +++ b/docs/aoa/smart.rst @@ -44,4 +44,11 @@ Filtering is based on regular expression. Please be sure that your regular expression works as expected. You can use an online tool like `regex101`_ in order to test your regular expression. -.. _regex101: https://regex101.com/ \ No newline at end of file +.. _regex101: https://regex101.com/ + +You can also hide attributes, for example Self-tests, Errors, etc. Use a comma separated list. + +.. code-block:: ini + + [smart] + hide_attributes=attribute_name1,attribute_name2