We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c6ab6 commit 1b1d03dCopy full SHA for 1b1d03d
docs/source/how-to-guides/add_new_license_detection_rule.rst
@@ -62,3 +62,7 @@ More (advanced) rules options:
62
- Each rules needs have one flag such as is_license_notice. See the
63
``src/licensedcode/models.py`` directory for a list of all possible values and
64
other options.
65
+
66
+- you can specify key phrases by surrounding one or more words between the `{{`
67
+ and `}}` tags. Key phrases are words that **must** be matched/present in order
68
+ for a RULE to be considered a match.
0 commit comments