-
Notifications
You must be signed in to change notification settings - Fork 80
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
danger-swxftlint 0.7.0 fails when specifying config file #49
Comments
This is a SwiftLint issue, sorry about that. Filled realm/SwiftLint#1694 to track it. |
And PR landed in realm/SwiftLint#1695. Could you please try it to see if it solves the issue? |
Also, a current workaround for this issue is to provide an absolute path for |
@marcelofabri I can try if you release an hot fix of swiftlint 0.20.2 |
There are a number of ways to install SwiftLint without requiring an official release. Please see https://github.com/realm/SwiftLint#installation Notably, |
It seems like SwiftLint |
Very odd, tested
0.6.0
and it works fine.Although,
0.7.0
works with this configuration:It does fail with this:
The logs report
fatal error
but it doesn't make CI like travis fail the build and it neither report any type of error whatsoever on the pull request.Errors are weird, not sure what's happening there.
Somehow it seems there is some hardcoded path coming from swiftlint directly.
I am using the latest swiftlint
0.20.1
.The text was updated successfully, but these errors were encountered: