You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are submitting a bug, please include the following:
summary of problem ratchetFrom not working if current project is a git-submodule. if <ratchetFrom>origin/master</ratchetFrom> section is set, nothing happended. But if the <ratchetFrom> is removed, everything works fine.
gradle or maven version
maven 3.6.5
spotless version
2.6.1
operating system and version
Mac
there is no .git dir in git-submodule which is presented in parent module directory. Is It parsing and filter modified files using ./.git directory?
If you are submitting a bug, please include the following:
ratchetFromnot working if current project is a git-submodule. if<ratchetFrom>origin/master</ratchetFrom>section is set, nothing happended. But if the<ratchetFrom>is removed, everything works fine.maven 3.6.5
2.6.1
Mac
there is no
.gitdir in git-submodule which is presented in parent module directory. Is It parsing and filter modified files using./.gitdirectory?