Rules defined for this filter:
(all these rules must be satisfied for the notification to be sent)
{% for rule in filter.rules %}
{{rule.title(valid_paths)}}
{{rule.doc(valid_paths)}}
{% for key, value in rule.arguments.iteritems() %}
- {{key}}
- {{value}}
{% endfor %}
{% endfor %}
Possible rules:
You can add a new rule to this filter by selecting one from this
pre-defined list. Click on any rule to check it out.
{% for kind in rule_types %}
{{kind.capitalize()}} Rules
{% for root in valid_paths %}
{% for path in valid_paths[root] %}
{%- if valid_paths[root][path]['submodule'] != kind %} {% continue %} {% endif %}
{{ valid_paths[root][path]['doc'] }}
{% endfor %}
{% endfor %}
{% endfor %}