Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-07 | Add support for Pod based SwiftLint (#2122) | Gordon Fontenot | |
It's common to add SwiftLint as a CocoaPod dependency, instead of as a global binary. In this case we should use that version of SwiftLint before looking for any others. Note that I'm also adding support for SwiftLint in ReactNative projects here as well, where the Pods directory would be nested inside an ios directory. | |||
2017-11-19 | #852 - Capture error codes for swiftlint | w0rp | |
2017-04-11 | #392 Report errors inside of headers, in a very basic way | w0rp | |
2017-01-17 | Fix SwiftLint | KenjiTakahashi | |
1. Should be defined for 'swift' files, not 'swiftlint'. 2. Use `--use-stdin` option instead of the stdin-wrapper. | |||
2016-12-13 | Add support for Swift with swiftlint (#214) | David Mohundro | |
* Add support for swift with swiftlint * Fix issue by adding '.swift' file extension |