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
Platform: iOS, macOS
Environment: Sandbox
Version: bizz84/SwiftyStoreKit 9d1b446
Using swiftlint 0.22.0 and Xcode 9.0 (9A235)
Build using Carthage fails with a Superfluous Disable Command Violation swiftlint errors in the two demo apps:
...full path omitted.../Carthage/Checkouts/SwiftyStoreKit/SwiftyStoreKit-iOS-Demo/AppDelegate.swift:46: error: Superfluous Disable Command Violation: SwiftLint rule 'for_where' did not trigger a violation in the disabled region. Please remove the disable command. (superfluous_disable_command)
...full path omitted.../Carthage/Checkouts/SwiftyStoreKit/SwiftyStoreKit-macOS-Demo/AppDelegate.swift:42: error: Superfluous Disable Command Violation: SwiftLint rule 'for_where' did not trigger a violation in the disabled region. Please remove the disable command. (superfluous_disable_command)
Cartfile contains: github "bizz84/SwiftyStoreKit"
The text was updated successfully, but these errors were encountered:
Platform: iOS, macOS
Environment: Sandbox
Version: bizz84/SwiftyStoreKit 9d1b446
Using swiftlint 0.22.0 and Xcode 9.0 (9A235)
Build using Carthage fails with a Superfluous Disable Command Violation swiftlint errors in the two demo apps:
Cartfile contains:
github "bizz84/SwiftyStoreKit"
The text was updated successfully, but these errors were encountered: