Files
SwiftLint/Source/SwiftLintFramework/Rules
Jorge Bernal 548c21a187 Allow lowercase enum values
The Swift API Design Guidelines states that:

> Names of types and protocols are UpperCamelCase. Everything else is
> lowerCamelCase.

https://swift.org/documentation/api-design-guidelines/#follow-case-conventions

This PR changes `type_name` so it doesn't force enum values to UpperCamelCase.
2016-05-10 18:12:07 +02:00
..
2016-02-19 17:30:54 +09:00
2016-05-10 18:12:07 +02:00
2016-04-07 23:17:11 +09:00