-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
0.24.0 issues with folder names #1948
Comments
Can you please provide a sample project/example to make it easier to test? Thanks! |
Just stumbled upon this with GRDB.swift -- same error, also 0.24.0. Pods directory was excluded in Minimal test would be:
|
Here is a very simple recreation. Just two swift files, a swiftlint config, and a folder with ".swift" in the name. Uncompress and run "swiftlint" in terminal within the new folder. |
Fixed in #2047. |
New Issue Checklist
Bug Report
Complete output when running SwiftLint, including the stack trace and command used
Partial output, sorry. Full output is huge
Environment
0.24.0
homebrew
Pulled from config
Latest xcode 9 build
No example, sorry
My report
It appears that swift lint is ignoring some folders now in the excluded config because of the directory name containing a "."
For example:
GRMustache.swift/
FontAwesome.swift/
It looks like swiftlint is having trouble opening this directory because its treating it as a file anyway, though it appears that my exclusion in our config file is being ignored. Anyone else experiencing this as of updating?
The text was updated successfully, but these errors were encountered: