Allow clean and dirty metadata in regex plugin entries

This commit is contained in:
Oliver Hamlet
2018-10-20 12:47:53 +01:00
parent a819c20673
commit 2f776cfac6
3 changed files with 16 additions and 20 deletions
+2 -2
View File
@@ -93,13 +93,13 @@ This is the structure that brings all the others together, and forms the main co
``cleaning data set``
Cleaning data for this plugin, identifying dirty plugins. Plugin entries with regular expression filenames **must not** contain cleaning data.
An unordered set of cleaning data structures for this plugin, identifying dirty plugins.
.. describe:: clean
``cleaning data set``
An unordered set of cleaning data structures for this plugin, identifying clean plugins. Plugin entries with regular expression filenames **must not** contain cleaning data. The ``itm``, ``udr`` and ``nav`` fields are unused in this context, as they're assumed to be zero.
An unordered set of cleaning data structures for this plugin, identifying clean plugins. The ``itm``, ``udr`` and ``nav`` fields are unused in this context, as they're assumed to be zero.
Equality
--------