Skip to content

Commit

Permalink
HBASE-22174 Remove error prone from our precommit javac check
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Apr 6, 2019
1 parent 6abf408 commit 43cedd6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ function personality_modules
return
fi

if [[ ${testtype} == compile ]]; then
extra="${extra} -PerrorProne"
fi

# If EXCLUDE_TESTS_URL/INCLUDE_TESTS_URL is set, fetches the url
# and sets -Dtest.exclude.pattern/-Dtest to exclude/include the
# tests respectively.
Expand Down

0 comments on commit 43cedd6

Please sign in to comment.