Files
SwiftLint/Source/SwiftLintFramework
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-04-17 14:56:03 +02:00
2016-05-10 18:12:07 +02:00
2016-04-27 21:07:50 +02:00