From 6d76629a5890d54331c0dd07daad8d63cf4fe575 Mon Sep 17 00:00:00 2001 From: noboru-i Date: Wed, 7 Mar 2018 10:37:32 +0900 Subject: [PATCH] try warning --- Dangerfile | 1 - sample-ios-swift/ViewController.swift | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dangerfile b/Dangerfile index 6e9343a..3c0e4aa 100644 --- a/Dangerfile +++ b/Dangerfile @@ -9,6 +9,5 @@ end # Warn when there is a big PR warn('a large PR') if git.lines_of_code > 300 -swiftlint.config_file = '.swiftlint.yml' swiftlint.max_num_violations = 20 swiftlint.lint_files inline_mode: true diff --git a/sample-ios-swift/ViewController.swift b/sample-ios-swift/ViewController.swift index fb41442..3bbac01 100644 --- a/sample-ios-swift/ViewController.swift +++ b/sample-ios-swift/ViewController.swift @@ -12,11 +12,13 @@ import SVProgressHUD class ViewController: UIViewController { - override func viewDidLoad() { + override func viewDidLoad(){ super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. SVProgressHUD.show(withStatus: "Sample iOS app") + + } override func didReceiveMemoryWarning() {