Fix a false positive for Layout/LineLength
[Fix #10374] Fix a false positive for Layout/LineLength when long URIs in yardoc comments to have titles
https://github.com/rubocop/rubocop/pull/10459
YARD では {<url> <title>}
みたいに書くとLinking URLsと解釈するらしく、
Layout/LineLength
では以下のように URI は長くても途中で切れていなければ指摘が挙がらない設定ができるのだが、
{<url> <title>}
の形式で書くと指摘されてしまうという誤検知を修正した。
誤検知となっていた Yardoc 例
# See: {https://github.com/rubocop/rubocop/commit/3b48d8bdf5b1c2e05e35061837309890f04ab08c}
# See: {https://github.com/rubocop/rubocop/commit/3b48d8bdf5b1c2e05e35061837309890f04ab08c Optional Title}