Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal swiftlint error in SwiftyStoreKit-iOS-Demo and SwiftyStoreKit-macOS-Demo #273

Closed
mikesax opened this issue Sep 22, 2017 · 2 comments
Closed

Comments

@mikesax
Copy link

mikesax commented Sep 22, 2017

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"

@tbaranes
Copy link

Fixed in #270

@bizz84
Copy link
Owner

bizz84 commented Sep 25, 2017

This is now available on version 0.10.8.

@bizz84 bizz84 closed this as completed Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants