Skip to content

Swift 6

Swift 6 #30

Triggered via pull request October 30, 2024 00:42
Status Failure
Total duration 42s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
lint: DatWeatherDoe/Resources/DevelopmentAssets/TestData.swift#L13
Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
lint: DatWeatherDoe/ViewModel/WeatherViewModel.swift#L144
Line Length Violation: Line should be 110 characters or less; currently it has 115 characters (line_length)
lint: DatWeatherDoe/UI/Menu Bar/MenuOptionsView.swift#L31
Line Length Violation: Line should be 110 characters or less; currently it has 115 characters (line_length)
lint: DatWeatherDoe/UI/Menu Bar/CustomButton.swift#L17
Line Length Violation: Line should be 110 characters or less; currently it has 129 characters (line_length)
lint: DatWeatherDoe/UI/Decorator/Text/Temperature/TemperatureForecastTextBuilder.swift#L87
Line Length Violation: Line should be 110 characters or less; currently it has 111 characters (line_length)
lint: DatWeatherDoe/UI/Decorator/Text/Temperature/TemperatureForecastTextBuilder.swift#L93
Line Length Violation: Line should be 110 characters or less; currently it has 111 characters (line_length)
lint: DatWeatherDoe/API/Response/ForecastData.swift#L32
Identifier Name Violation: Variable name 'uv' should be between 3 and 40 characters long (identifier_name)
lint: DatWeatherDoe/API/Response/WeatherAPIResponse.swift#L121
Implicit Getter Violation: Computed read-only subscripts should avoid using the get keyword (implicit_getter)
lint: DatWeatherDoe/API/Response/WeatherAPIResponse.swift#L87
Line Length Violation: Line should be 110 characters or less; currently it has 121 characters (line_length)
lint: DatWeatherDoe/API/Repository/Zip Code/ZipCodeWeatherURLBuilder.swift#L22
Trailing Comma Violation: Collection literals should not have trailing commas (trailing_comma)