This commit is contained in:
cclecle
2023-03-25 12:38:22 +00:00
parent cf81c5f5f7
commit 8cafaa5ccb
2 changed files with 4 additions and 4 deletions

View File

@@ -11,9 +11,7 @@ To realize this job, parsing is done in two rounds:
- first round extrats formal changes messages: e.g.: <change_type>(<change_target>): <change_message>
- secound round extracts lines from remaining ones based on keywords dictionnaries
/// note | searching policy
type: warning
/// warning | searching policy
When formal search (1), _lines must contain at least 2 words_
When keywords search (2), _lines must contain at least 3 words_
///