Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SWF-14 added .swiftlint.yml
- disabled rules for silly things like line length and short identifier names
- don’t run swiftlint in our pods directory, since we shouldn’t be changing anything there
  • Loading branch information
ahm11003 committed Mar 12, 2019
1 parent 1c1984d commit e05e55c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SynchronyFinancial/.swiftlint.yml
@@ -0,0 +1,5 @@
disabled_rules:
- line_length
- identifier_name
excluded:
- Pods

0 comments on commit e05e55c

Please sign in to comment.