simon/simple swift tokenizer tests #5
Annotations
10 warnings
swiftlint:
Tokenizer/Package.swift#L22
There should be no space before and one after any comma (comma)
|
swiftlint:
Tokenizer/Package.swift#L5
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
swiftlint:
Tokenizer/Package.swift#L5
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
|
swiftlint:
Tokenizer/Package.swift#L14
Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
swiftlint:
Tokenizer/Package.swift#L17
Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
swiftlint:
Tokenizer/Package.swift#L21
Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
swiftlint:
Tokenizer/Sources/TokenizerApp/main.swift#L3
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
swiftlint:
Tokenizer/Sources/TokenizerApp/main.swift#L13
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
swiftlint:
Tokenizer/Sources/TokenizerApp/main.swift#L18
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
swiftlint:
Tokenizer/Sources/TokenizerApp/main.swift#L22
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|