Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7 from rrk12005/SWF-14-install-swiftlint
Swf 14 swiftlint improvements
  • Loading branch information
ahm11003 committed Mar 12, 2019
2 parents 61aca57 + 4217f75 commit 59bbe09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions SynchronyFinancial/.swiftlint.yml
@@ -0,0 +1,5 @@
disabled_rules:
- line_length
- identifier_name
excluded:
- Pods
Expand Up @@ -8,7 +8,6 @@
import WatchKit

//swiftlint:disable line_length
class ExtensionDelegate: NSObject, WKExtensionDelegate {

func applicationDidFinishLaunching() {
Expand Down
1 change: 0 additions & 1 deletion SynchronyFinancial/SynchronyFinancial/AppDelegate.swift
Expand Up @@ -8,7 +8,6 @@
import UIKit

//swiftlint:disable line_length
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

Expand Down

0 comments on commit 59bbe09

Please sign in to comment.