-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support list of files as argument #810
Comments
That would indeed be nice. This could be done with Commandant by using an $ swiftlint lint -- MyClass.swift AnotherClass.swift script.swift |
I've started working on this in an effort to make SwiftLint work with pre-commit as part of pre-commit/pre-commit#451. I'm making decent progress, but I have a question/issue. What does |
Is this should be close issue. It is already merged |
Ah yep this is merged. I don’t have permissions to close this though. |
I think the tool can be improved if the command can take a list of files so we can check only those files.
We can do something like:
The text was updated successfully, but these errors were encountered: