Improved case check
Open
bug
documentation
enhancement
good first issue
help wanted
question
- Dominant language
- C++
- Stars
- 4
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
camelCase check is too strict / opinionatedCurrent check rejects:
- snake_case (good — if you want camelCase only)
- PascalCase
- kebab-case
- keys starting with uppercase
- keys containing numbers (user2, id_123)
→ This is fine if it's intentional style enforcement, but document it clearly (or make it optional via flag).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.