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
Err, the key is actually wrong in the implementation: we print validates_start_with_lowercase in the description, but use validates_start_lowercase to read.
Could you try using validates_start_lowercase just to check if that's the only issue?
Hello, I run SwiftLint 0.19.0 as a pod in xcode 8.3.3.
I've added configurations for the
identifier_name
rule in my yaml file:min_length
configuration works butvalidates_start_with_lowercase
configuration don't.I saw in the releases that
validates_start_with_lowercase
as opt-in configuration was added as an enhancement in v0.19.0.Is my configuration wrong ?
Is somebody else have the same problem ?
For example, SwiftLint triggers the
validates_start_with_lowercase
error on:Thanks
The text was updated successfully, but these errors were encountered: