Initial commit #2
ci.yml
on: push
Build and Test
11s
Swift Lint
19s
Annotations
8 errors and 11 warnings
|
Build and Test
Process completed with exit code 74.
|
|
Swift Lint
Process completed with exit code 2.
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L234
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L232
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L225
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Views/SpectrumAnalyzerView.swift#L223
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Views/TuningMeterView.swift#L213
Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Stay_TunedApp.swift#L11
Type name 'Stay_TunedApp' should only contain alphanumeric and other allowed characters (type_name)
|
|
Build and Test
No files were found with the provided path: test-results.xml
TestResults.xcresult. No artifacts will be uploaded.
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Models/ToneType.swift#L13
String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/Models/ToneType.swift#L12
String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L413
Using ternary to call Void functions should be avoided (void_function_in_ternary)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L211
Optional should be implicitly initialized without nil (implicit_optional_initialization)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L210
Optional should be implicitly initialized without nil (implicit_optional_initialization)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L115
Optional should be implicitly initialized without nil (implicit_optional_initialization)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L90
Optional should be implicitly initialized without nil (implicit_optional_initialization)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L376
`where` clauses are preferred over a single `if` inside a `for` (for_where)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/TunerViewModel.swift#L369
`where` clauses are preferred over a single `if` inside a `for` (for_where)
|
|
Swift Lint:
Stay Tuned/Stay Tuned/ViewModels/MetronomeViewModel.swift#L163
Files should have a single trailing newline (trailing_newline)
|