You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The accepted Swift evolution guideline for Swift 3.0 standardizes lowerCamelCase enum values. Source
Unless I'm missing something, the current type_name rule does not allow a way to ignore the uppercase requirement for enum cases. I think support needs to be added to the type_name rule to exclude enum cases from the capitalization requirement, or from the rule entirely.
The text was updated successfully, but these errors were encountered:
…ase in Swift 3
To my surprise, the `type_name` rule is not currently validating this. I've found some issues referring to this (realm#655, realm#654, realm#663, and the change in realm#660),
but it's not clear to me whether not validating this was on purpose.
The accepted Swift evolution guideline for Swift 3.0 standardizes lowerCamelCase enum values.
Source
Unless I'm missing something, the current type_name rule does not allow a way to ignore the uppercase requirement for enum cases. I think support needs to be added to the type_name rule to exclude enum cases from the capitalization requirement, or from the rule entirely.
The text was updated successfully, but these errors were encountered: