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
/path/to/das-quadrat-develop /Source/Shared/Endpoints/Users.swift:11:8: error: Variable Name Violation: Variable name should start with a lowercase character: 'UserSelf' (variable_name)
variable_name_max_length
does not work, because this key is not a valid rule identifier.In fact, no error is displayed in the following cases.
Therefore, I tried to edit .swiftlint.yml.
Then, the following errors occurred.
Do you think
UserSelf
should beuserSelf
?I send pull request if there is no problem.
koogawa@4afe3ca
ref. realm/SwiftLint#541
The text was updated successfully, but these errors were encountered: