Swiftlint.yml not working

Hi everybody,

I’ve tried to configure Code Climate according to SwiftLint and it’s working (I can see the code quality report in my merge requests).
What’s not working is the configuration through the .swiftlint.yml file in the root of the repo. I’ve tried ignoring a couple of directories in it but it’s always scanning everything (including Pods for example).
Is there anything else I should do?