Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SWF-14 remove tags to disable swiftlint warnings
- these can be removed as a result of adding .swiftlint.yml
  • Loading branch information
ahm11003 committed Mar 12, 2019
1 parent e05e55c commit 4217f75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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 4217f75

Please sign in to comment.