Merge pull request #239 from TouchInstinct/fix/generated_exclude
add Generated, as well as **/Generated (for multiple swiftlint)
This commit is contained in:
commit
b77b2288f2
|
|
@ -73,6 +73,7 @@ opt_in_rules:
|
|||
excluded:
|
||||
- Carthage
|
||||
- Pods
|
||||
- Generated
|
||||
- "**/Generated"
|
||||
|
||||
line_length:
|
||||
|
|
|
|||
Loading…
Reference in New Issue