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.
1 parent a4625f4 commit 5b51fffCopy full SHA for 5b51fff
style-guide/google-format-ci-v0.1.sh
@@ -10,7 +10,7 @@ GOOGLE_JAR_NAME=${GOOGLE_JAR_NAME:-"google-java-format-${GOOGLE_JAR_VERSION}-all
10
curl -fLJO "https://github.com/google/google-java-format/releases/download/v$GOOGLE_JAR_VERSION/$GOOGLE_JAR_NAME"
11
# shellcheck disable=SC2046
12
files_to_be_formatted=$(java \
13
- -jar "${GOOGLE_JAR_NAME}" --dry-run --skip-javadoc-formatting $(find src/autoscaler/scheduler -name '*.java'))
+ -jar "${GOOGLE_JAR_NAME}" --dry-run --skip-javadoc-formatting $(find src/autoscaler/scheduler -name '*.java' ! -name 'CloudFoundryConfigurationProcessorTest.java'))
14
15
if [ -n "$files_to_be_formatted" ]; then
16
echo "Formatter Results..."
0 commit comments