Circle.ci doesn't see .swiftlint.yml

Hello!
When I’m running fastlane test lane on my local machine, SwiftLint takes .swiftlint.yml rules into account and doesn’t check excluded directories.
Although when I’m running it on remote machine, it checks everything, including Pods directory, which in result fails tests because of multiple violations in multiple pods.
Rules are on repository.
When I remove those rules on my local machine, tests fails exactly like on remote machine.

Did you find the cause of this issue in the end?

Hey!
Yes, actually.
circleci did recognize .swiftlint.yml, although it was scanning .bundle directory which was created during build and excluding .bundle path resolved this issue

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.