from: #17284 (comment)
Presently, google-java-format workflow only runs on compilable inputs. This causes the non-compiled inputs to escape the formatter.
|
echo "Formatting all Input files file at src/it/resources/com/google/checkstyle/test :" |
For now, we need to add google-style related non-compilable inputs to the google-java-format.sh to let the formatter run on them.
from: #17284 (comment)
Presently, google-java-format workflow only runs on compilable inputs. This causes the non-compiled inputs to escape the formatter.
checkstyle/.ci/google-java-format.sh
Line 22 in 781094d
For now, we need to add google-style related non-compilable inputs to the google-java-format.sh to let the formatter run on them.