This adds the additional_swiftlint_args option to use SwiftLint with arbitrary additional command line arguments. Some arguments, like --lenient, can only be specified in the SwiftLint CLI invocation. It's kind of a leaky abstraction, but I tried to make the documentation clear that it's a last resort. /cc @Sega-Zero
This adds the
additional_swiftlint_args
option to use SwiftLint with arbitrary additional command line arguments. Some arguments, like--lenient
, can only be specified in the SwiftLint CLI invocation. It's kind of a leaky abstraction, but I tried to make the documentation clear that it's a last resort. /cc @Sega-ZeroFixes https://github.com/ashfurrow/danger-swiftlint/issues/57.