mirror of
https://github.com/helm/helm.git
synced 2026-05-22 01:45:32 -04:00
The comment describing allowed plugin name characters contained three U+200B (zero-width space) characters around the '_' and '-' literals. The rendered comment is identical without them; the ZWSP were likely copy-pasted from a rich-text source. Downstream impact: every project that vendors helm.sh/helm/v4 and runs Renovate gets a repo-wide warning on its Dependency Dashboard about hidden Unicode characters. Renovate scans the whole tree (including vendor/) for ZWSP/bidi-override codepoints and cannot be told to skip a path for this specific check. Removing the characters here clears the warning everywhere downstream. Signed-off-by: Aleksei Sviridkin <f@lex.la> |
||
|---|---|---|
| .. | ||
| chart/v3 | ||
| cli/output | ||
| copystructure | ||
| fileutil | ||
| gates | ||
| logging | ||
| monocular | ||
| plugin | ||
| release/v2 | ||
| resolver | ||
| statusreaders | ||
| sympath | ||
| test | ||
| third_party | ||
| tlsutil | ||
| urlutil | ||
| version | ||