Skip to content

Commit

Permalink
try warning
Browse files Browse the repository at this point in the history
  • Loading branch information
noboru-i committed Mar 7, 2018
1 parent daff414 commit 6d76629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion sample-ios-swift/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6d76629

Please sign in to comment.