Script input files are much slower then explicit passing the paths #6031
Labels
discussion
Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
integration
Issues related to integration of SwiftLint into toolchains.
New Issue Checklist
Bug Description
I found that calling
swiftlint lint
with 5000 files viaSCRIPT_INPUT_FILE_N
takes much longer time to lint than passing the paths explicitly:# export SCRIPT_INPUT_FILE_N... swiftlint lint --no-cache --use-script-input-files --progress
vs
The problem is not the timing of the linting itself, but the preparatory work that happens before anything starts.
Environment
The text was updated successfully, but these errors were encountered: