mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 17:28:22 +00:00
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:
parent
8ae6013d0e
commit
82b52b2050
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue