Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into SWF-21-hook-up-to-web-apis
  • Loading branch information
ahm11003 committed Mar 12, 2019
2 parents 79afbdf + 59bbe09 commit ff0b413
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 ff0b413

Please sign in to comment.