Commit 7fe8ee2
committed
fix(cluecode): narrow Frankie.Chu author grammar to NAME-DOT
The previous AUTHOR rule {AUTH PN|NNP|CAPS|NN}+ was over-broad and
matched false authors (e.g. "would like", single names, CVS keywords).
Tag mixed-case dotted personal names as NAME-DOT (excluding common
domain/org suffixes) and match only AUTH + NAME-DOT for Author:Frankie.Chu.
Signed-off-by: @nickchets <andystechkin@gmail.com>1 parent 1fae7ba commit 7fe8ee2
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2231 | 2231 | | |
2232 | 2232 | | |
2233 | 2233 | | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
2234 | 2239 | | |
2235 | 2240 | | |
2236 | 2241 | | |
| |||
3479 | 3484 | | |
3480 | 3485 | | |
3481 | 3486 | | |
3482 | | - | |
3483 | | - | |
| 3487 | + | |
| 3488 | + | |
3484 | 3489 | | |
3485 | 3490 | | |
3486 | 3491 | | |
| |||
0 commit comments