Update SwiftLint to version 0.45.x (#522)
* Use SwiftLint version 0.45.x * Enable SwiftLint rule 'self_in_property_initialization' and handle all violations
This commit is contained in:
parent
afe0397dcf
commit
aad23582f9
4 changed files with 11 additions and 10 deletions
|
|
@ -17,7 +17,7 @@ class AdvancedSettingsTableViewController: UITableViewController {
|
|||
@IBOutlet var discardChangesTableViewCell: UITableViewCell!
|
||||
let passwordStore = PasswordStore.shared
|
||||
|
||||
let encryptInASCIIArmoredSwitch: UISwitch = {
|
||||
private lazy var encryptInASCIIArmoredSwitch: UISwitch = {
|
||||
let uiSwitch = UISwitch()
|
||||
uiSwitch.onTintColor = Colors.systemBlue
|
||||
uiSwitch.sizeToFit()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue