How to ignore Pod/ Folder from SwiftLint ?
I could not find this question anywhere, so please help ! Thanks
Take a look at the configuration section on README.
excluded: # paths to ignore during linting. Takes precedence over `included`.
- Carthage
- Pods
Excluding is not working I have specific set for Pods dir. How should I provide the path
I have the same issue as well.
Please file an issue with steps to reproduce if you need help.
~I have the same prob too. It was working fine in 0.18.1. I updated to 0.22, and this feature is broken
it pops up warnings in my Pods, and I additionally added a swiftlint autocorrect in my scripts too, so i guess it changed some of the Pods projects codes as well~
I reported it by mistake, it work's fine for me!
Hello Everyone,
Make sure .swiftlint.yml file must be on the root path of your project.
How to ignore SwiftPackageManager from SwiftLint?
Most helpful comment
Take a look at the configuration section on README.