diff --git dev-support/hive-personality.sh dev-support/hive-personality.sh index c6570d4e24..dd227e2483 100644 --- dev-support/hive-personality.sh +++ dev-support/hive-personality.sh @@ -38,9 +38,9 @@ function personality_globals #shellcheck disable=SC2034 FINDBUGS_SKIP_MAVEN_SOURCE_CHECK=true #shellcheck disable=SC2034 - WHITESPACE_EOL_IGNORE_LIST='.*.q.out' + WHITESPACE_EOL_IGNORE_LIST=('.*.q.out' '.*/gen/thrift/gen-javabean/.*') #shellcheck disable=SC2034 - WHITESPACE_TABS_IGNORE_LIST='.*.q.out' + WHITESPACE_TABS_IGNORE_LIST=('.*.q.out' '.*/gen/thrift/gen-javabean/.*') } ## @description Queue up modules for this personality