Skip to content

Commit

Permalink
SWF-14 remove tags to disable swiftlint warnings
Browse files Browse the repository at this point in the history
- 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.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.