Skip to content

Commit b4f98d0

Browse files
ondrejmirtesclaude
andcommitted
Add "consts" to typos dictionary
The word "consts" is a valid API property name and should not be flagged as a typo. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d4511b1 commit b4f98d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ignore-hidden = false
88
# Known typos
99
NonRemoveableTypeTrait = "NonRemoveableTypeTrait"
1010
supportsLessOverridenParametersWithVariadic = "supportsLessOverridenParametersWithVariadic"
11+
# API property name
12+
consts = "consts"
1113

1214
[default.extend-words]
1315
# override false-positives

0 commit comments

Comments
 (0)