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)