ISSUE-4 - Add Dotfiles #6
Merged
Annotations
10 warnings
|
Tokenizer/Tests/TokenizerTests/TokenizerTests.swift#L4
Declaration should not be async if it doesn't use await (async_without_await)
|
|
Tokenizer/Tests/TokenizerTests/TokenizerTests.swift#L4
Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
|
Tokenizer/Tests/TokenizerTests/TokenizerTests.swift#L4
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
Tokenizer/Tests/TokenizerTests/TokenizerTests.swift#L4
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
|
|
Tokenizer/Tests/TokenizerTests/TokenizerTests.swift#L2
Imports should be sorted (sorted_imports)
|
|
Tokenizer/Package.swift#L22
There should be no space before and one after any comma (comma)
|
|
Tokenizer/Package.swift#L5
All declarations should specify Access Control Level keywords explicitly (explicit_acl)
|
|
Tokenizer/Package.swift#L5
Top-level declarations should specify Access Control Level keywords explicitly (explicit_top_level_acl)
|
|
Tokenizer/Package.swift#L14
Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
|
Tokenizer/Package.swift#L17
Multiline arguments should have their surrounding brackets in a new line (multiline_arguments_brackets)
|
The logs for this run have expired and are no longer available.
Loading