Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
30 stars 9 forks source link

[Fix] Spelling and indentation #503

Closed CalebRas closed 3 weeks ago

CalebRas commented 1 month ago

Description

This PR fix some spelling and indentation issues across the Sample Viewer.

How To Test

CalebRas commented 1 month ago

Can you address the indentation linter warnings in FilterByDefinitionExpressionOrDisplayFilterView.swift: Switch and Case Statement Alignment Violation: Case statements should vertically align with their enclosing switch statement either in this PR or another PR? See the documentation for reference.

@des12437 I am not see this warning and it looks like from the screenshot that the cases are already aligned. Do you know what version of swiftlint you are running?

des12437 commented 3 weeks ago

@des12437 I am not see this warning and it looks like from the screenshot that the cases are already aligned. Do you know what version of swiftlint you are running?

I updated my swift lint version and the warnings are resolved.

CalebRas commented 3 weeks ago

Thank you!