Closed
Description
I've just updated swiftlint to version 0.5.0 and I can't build my project on Xcode 7.2 (7C68):
Loading configuration from '.swiftlint.yml'
No lintable files found at path ''
Command /bin/sh failed with exit code 1
Building the project through the terminal shows the same build fail message.
I've already tried cleaning the DerivedData
folder but the issue remains.
However if I run swiftlint
manually in the projects directory the lint works.
Any clues on what this issue might be?