We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Added a -files switch to allow targeting specific files.
This can be part of a solution to #178, the first part being a script that uses git commands to retrieve a list of staged files.
Sorry, something went wrong.
allow "files" project property in gradle plugin to only target specif…
85c8ad6
…ic files
update gradle plugin change log
cc9342f
change specific files project property to "spotlessFiles" to avoid co…
f28d19c
…llisions
fix PR feedback
8c32c19
- update change log to reflect namespaced property - remove superfluous assert statement - compile Patterns once
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Looks great except for a very subtle bug that's pretty easy to fix.
fix up-to-date checking bug
29a8fc8
more PR feedback
fecc1f8
This LGTM. I'll cut a release tomorrow unless somebody has more comments or another PR they'd like to get merged in.
249d3ca
Published as 3.17.0
Have you test the file pattern on window? On my windows machine the pattern matching used here always fails when using UNIX path seperator "/" as described in the README.
Might be worth creating a fresh issue for this.
FYI, -PspotlessFiles has been deprecated and will be removed. Migration path available here: #602
-PspotlessFiles
JLLeitschuh JLLeitschuh left review comments
nedtwigg nedtwigg approved these changes
thc202 thc202 left review comments
Successfully merging this pull request may close these issues.