Swift 6 #30
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)
|