SwiftLint
SwiftLint copied to clipboard
Add a static check option for identifier_name
New Rule Request
since identifier_name have a check that variable names may start with a capital letter when they are declared as static, so can you add a check for static or fuctions, that must be start with capital letter?