Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6 from rrk12005/SWF-14-install-swiftlint
SWF-14 [cocoapods] install swiftlint
  • Loading branch information
jod13004 committed Mar 6, 2019
2 parents f83fe75 + 1c1984d commit 61aca57
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 61aca57

Please sign in to comment.