mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
548c21a187
The Swift API Design Guidelines states that: > Names of types and protocols are UpperCamelCase. Everything else is > lowerCamelCase. https://swift.org/documentation/api-design-guidelines/#follow-case-conventions This PR changes `type_name` so it doesn't force enum values to UpperCamelCase.