We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daff414 commit 6d76629Copy full SHA for 6d76629
Dangerfile
@@ -9,6 +9,5 @@ end
9
# Warn when there is a big PR
10
warn('a large PR') if git.lines_of_code > 300
11
12
-swiftlint.config_file = '.swiftlint.yml'
13
swiftlint.max_num_violations = 20
14
swiftlint.lint_files inline_mode: true
sample-ios-swift/ViewController.swift
@@ -12,11 +12,13 @@ import SVProgressHUD
class ViewController: UIViewController {
15
- override func viewDidLoad() {
+ override func viewDidLoad(){
16
super.viewDidLoad()
17
// Do any additional setup after loading the view, typically from a nib.
18
19
SVProgressHUD.show(withStatus: "Sample iOS app")
20
+
21
22
}
23
24
override func didReceiveMemoryWarning() {
0 commit comments