Skip to content

Commit 6d76629

Browse files
committed
try warning
1 parent daff414 commit 6d76629

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dangerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ end
99
# Warn when there is a big PR
1010
warn('a large PR') if git.lines_of_code > 300
1111

12-
swiftlint.config_file = '.swiftlint.yml'
1312
swiftlint.max_num_violations = 20
1413
swiftlint.lint_files inline_mode: true

sample-ios-swift/ViewController.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ import SVProgressHUD
1212

1313
class ViewController: UIViewController {
1414

15-
override func viewDidLoad() {
15+
override func viewDidLoad(){
1616
super.viewDidLoad()
1717
// Do any additional setup after loading the view, typically from a nib.
1818

1919
SVProgressHUD.show(withStatus: "Sample iOS app")
20+
21+
2022
}
2123

2224
override func didReceiveMemoryWarning() {

0 commit comments

Comments
 (0)