From 82b52b20502409d3724ab0bdbb36ab562eda9ebd Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Wed, 3 Jan 2018 12:34:20 -0800 Subject: [PATCH] Make SwiftLint comment inline Summary: Closes https://github.com/Instagram/IGListKit/pull/1039 Differential Revision: D6657289 Pulled By: rnystrom fbshipit-source-id: 806f9624fab2dabe811e5f13a5b45d17db6ddca2 --- Dangerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dangerfile b/Dangerfile index 63ec3ec6..7b55b8bd 100644 --- a/Dangerfile +++ b/Dangerfile @@ -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)