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
Enum case declarations MUST use CamelCase capitalization.
Should be Enum case declarations MUST use PascalCase capitalization. since that is what is both demonstrated and consistent with constants in Enumerations.
The text was updated successfully, but these errors were encountered:
Enum case declarations MUST use CamelCase capitalization.
Should be
Enum case declarations MUST use PascalCase capitalization.
since that is what is both demonstrated and consistent with constants in Enumerations.The text was updated successfully, but these errors were encountered: