danger-ruby-swiftformat
danger-ruby-swiftformat copied to clipboard
Run on all .swift files, not just added/modified
Hi there, Is there a way to achieve this?
Similar to the SwiftLint plugin's swiftlint.lint_all_files = true
This seems critical, this is what we want to do on all of our PRs. Please add support for this.
The bash command would be swiftformat . for us
Doing a bit of spring cleaning on this repo.
This isn't something I had originally planned for this tool since it increases the running time of swiftformat, which can get quite large on big projects.
Happy to merge a PR that would add this option.