You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spotted some linter warnings from the toolkit source files. I realized that with the Swift package manifest setup, it is different than an Xcode project file where we can place a shell script in its Build Phases. Is this already taken into consideration?
One of the linter warning example ⚠️ Closure Opening Space Violation: Use one space between the brace and bracket. (closure_opening_space)
@yo1995 That's currently a known issue, because, as you noted, there are no longer "Build Phases" in which to run the linter. The recommendation is to run the linter by hand until we come up with an automated solution. I will add an item to our internal release process to run the linter and fix issues before a release. Thanks!
I spotted some linter warnings from the toolkit source files. I realized that with the Swift package manifest setup, it is different than an Xcode project file where we can place a shell script in its Build Phases. Is this already taken into consideration?
One of the linter warning example
⚠️ Closure Opening Space Violation: Use one space between the brace and bracket. (closure_opening_space)
arcgis-runtime-toolkit-ios/Sources/ArcGISToolkit/Compass.swift
Line 68 in de6ebdb
The text was updated successfully, but these errors were encountered: