Enable SwiftLint rule 'multiline_literal_brackets' and fix all violations
This commit is contained in:
parent
776c813f94
commit
55e2cd7939
6 changed files with 78 additions and 46 deletions
|
|
@ -10,14 +10,22 @@ import UIKit
|
|||
|
||||
class SpecialThanksTableViewController: BasicStaticTableViewController {
|
||||
let openSourceComponents = [
|
||||
["Contributors".localize(),
|
||||
"https://github.com/mssun/passforios/graphs/contributors"],
|
||||
["Password Store",
|
||||
"https://passwordstore.org"],
|
||||
["Icon8",
|
||||
"https://icons8.com"],
|
||||
["FlatIcon",
|
||||
"https://www.flaticon.com"],
|
||||
[
|
||||
"Contributors".localize(),
|
||||
"https://github.com/mssun/passforios/graphs/contributors",
|
||||
],
|
||||
[
|
||||
"Password Store",
|
||||
"https://passwordstore.org",
|
||||
],
|
||||
[
|
||||
"Icon8",
|
||||
"https://icons8.com",
|
||||
],
|
||||
[
|
||||
"FlatIcon",
|
||||
"https://www.flaticon.com",
|
||||
],
|
||||
]
|
||||
|
||||
override func viewDidLoad() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue