Make SwiftLint comment inline

Summary: Closes https://github.com/Instagram/IGListKit/pull/1039

Differential Revision: D6657289

Pulled By: rnystrom

fbshipit-source-id: 806f9624fab2dabe811e5f13a5b45d17db6ddca2
This commit is contained in:
Jesse Squires 2018-01-03 12:34:20 -08:00 committed by Facebook Github Bot
parent 8ae6013d0e
commit 82b52b2050

View file

@ -27,5 +27,6 @@ if has_doc_changes && !has_doc_gen_title
message("Docs are generated by using [Jazzy](https://github.com/realm/jazzy). If you want to contribute, please update [markdown guides](https://github.com/Instagram/IGListKit/tree/master/Guides)")
end
swiftlint.verbose = true
swiftlint.config_file = '.swiftlint_CI.yml'
swiftlint.lint_files
swiftlint.lint_files(inline_mode: true)