summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-extlinks-hardcoded-urls-multiple-replacements
Commit message (Collapse)AuthorAgeFilesLines
* Don't display 'replaceable hardcoded link' when link has a slash (#10137)Anthony Sottile2022-10-051-0/+2
|
* extlinks: Disable hardcoded links detector by default (refs: #10126)Takeshi KOMIYA2022-03-271-0/+1
| | | | | | The hardcoded links detector added since 4.4.0 causes troubles in many projects. Therefore, this disables it by default, and adds a new configuration `extlinks_detect_hardcoded_links` to enable it explicitly.
* extlinks: replacement suggestions for hardcoded linksoleg.hoefling2021-11-122-0/+27
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>