This commit is contained in:
cclecle
2023-03-25 12:28:33 +00:00
parent 1e121fc9c5
commit 5d98ed441f

View File

@@ -13,6 +13,7 @@ To realize this job, parsing is done in two rounds:
/// note | searching policy
type: warning
When formal search (1), _lines must contain at least 2 words_
When keywords search (2), _lines must contain at least 3 words_
///
@@ -20,8 +21,8 @@ When keywords search (2), _lines must contain at least 3 words_
/// note | ignored lines
lines with comment tags are ignored:
- `[space]*//`
- `[space]*#`
- `[0..N space]//`
- `[0..N space]#`
///
## Installation
@@ -62,8 +63,9 @@ From master git repository:
> security: fix a security leak on the Foo2 component
### Output
/// define
#### Features :sparkles::
> feat: add a nice feature to the project
#### Security :shield::
> security: fix a security leak on the Foo2 component
> security: fix a security leak on the Foo2 component
///