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
This mostly works, but I had to run xcrun swift-format dump-configuration and then disable offending rules while I consider enabling them / work to enable them. I was able to ignore everything except for these last lints:
ios/Pods/Sentry/Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift:192:100: warning: [EndOfLineComment] move end-of-line comment that exceeds the line length
I don't have control over my Cocoapods vendored code, and I would like to ignore those files accordingly.
The text was updated successfully, but these errors were encountered:
TLDR:
I want to set up formatting and linting for my Flutter project that uses Cocoapods for dependency management on the Swift/Xcode side of things.
Flutter formatting is simple:
I tried to add a swift-format check similarly going off of https://calebhearth.com/swift-format-github-action:
This mostly works, but I had to run
xcrun swift-format dump-configuration
and then disable offending rules while I consider enabling them / work to enable them. I was able to ignore everything except for these last lints:ios/Pods/Sentry/Sources/Swift/Integrations/SessionReplay/SentrySessionReplay.swift:192:100: warning: [EndOfLineComment] move end-of-line comment that exceeds the line length
I don't have control over my Cocoapods vendored code, and I would like to ignore those files accordingly.
The text was updated successfully, but these errors were encountered: