Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SWF-14 [cocoapods] install swiftlint
- installed swiftlint via cocoapods to generate additional syntactical and best practice warnings and errors
- resolved warnings and errors found by swiftlint
  • Loading branch information
ahm11003 committed Mar 6, 2019
1 parent f83fe75 commit 1c1984d
Show file tree
Hide file tree
Showing 16 changed files with 275 additions and 22 deletions.
15 changes: 14 additions & 1 deletion SynchronyFinancial/Podfile.lock
@@ -1,3 +1,16 @@
PODFILE CHECKSUM: f44dd0f838ce6fa6c8b393964951c4516d14d627
PODS:
- SwiftLint (0.27.0)

DEPENDENCIES:
- SwiftLint

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- SwiftLint

SPEC CHECKSUMS:
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

PODFILE CHECKSUM: 4677f0f790934708825f5fcde561667ebefd2df5

COCOAPODS: 1.5.3
15 changes: 14 additions & 1 deletion SynchronyFinancial/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 34 additions & 15 deletions SynchronyFinancial/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions SynchronyFinancial/Pods/SwiftLint/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added SynchronyFinancial/Pods/SwiftLint/swiftlint
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -8,6 +8,7 @@
import WatchKit

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

func applicationDidFinishLaunching() {
Expand Down
Expand Up @@ -15,7 +15,7 @@ class MainMenuInterfaceController: WKInterfaceController {

override func awake(withContext context: Any?) {
super.awake(withContext: context)

// Configure interface objects here.
}

Expand Down

0 comments on commit 1c1984d

Please sign in to comment.