Skip to content

Commit 30382fa

Browse files
ci: add typos config to suppress false positives on Vertica SVG gradient IDs
Co-Authored-By: Yosef Arbiv <yosef.arbiv@gmail.com>
1 parent 28daf9f commit 30382fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[default.extend-identifiers]
2+
# Vertica logo SVG gradient IDs contain "ot" which is flagged as a typo.
3+
# These are intentional SVG element identifiers, not misspellings.
4+
vertica_page_ot_gradient = "vertica_page_ot_gradient"
5+
vertica_oss_ot_gradient = "vertica_oss_ot_gradient"
6+
vertica_cloud_ot_gradient = "vertica_cloud_ot_gradient"

0 commit comments

Comments
 (0)