-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Milestone
Description
New Issue Checklist
- I've Updated SwiftLint to the latest version.
- I've searched for existing GitHub issues.
Bug Description
We are using swiftlint in our project for years. In the .swiftlint.yml
file we were excluding some folders.
In the latest release this doesn't work anymore and swiftlint tries to correct all files from the ThirdParty folders.
excluded:
- "ThirdParty/**"
- "*/ThirdParty/**"
- "**/ThirdParty/**"
Mention the command or other SwiftLint integration method that caused the issue. Include stack traces or command output.
swiftlint --fix --config "../.swiftlint.yml"
swiftlint --no-cache --config "../.swiftlint.yml"
Environment
- SwiftLint version: 0.58.0
- Xcode version: Xcode 16.2 Build version 16C5013f
- Installation method used: Homebrew
- Configuration file:
excluded:
- "ThirdParty/**"
- "*/ThirdParty/**"
- "**/ThirdParty/**"
kalebzen, ahmedezen, lucasecf, timath98, jorgepalac1o and 2 more
Metadata
Metadata
Assignees
Labels
No labels