Enable SwiftLint rule 'identifier_name' and handle all violations
This commit is contained in:
parent
7ada4dd96d
commit
e8389eb262
21 changed files with 157 additions and 156 deletions
|
|
@ -44,7 +44,7 @@ extension SSHKeyFileImportTableViewController: UIDocumentPickerDelegate {
|
|||
// Start accessing a security-scoped resource.
|
||||
guard url.startAccessingSecurityScopedResource() else {
|
||||
// Handle the failure here.
|
||||
throw AppError.ReadingFile(fileName)
|
||||
throw AppError.readingFile(fileName: fileName)
|
||||
}
|
||||
|
||||
// Make sure you release the security-scoped resource when you are done.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue