Skip to content

Commit acd9fff

Browse files
committed
Remove custom checkstyle check
This check existed for legacy RestrictTo annotation and @hide matching in java files. Bug: https://github.com/androidx/androidx/issues/475 Test: Upload with a simple java file modification Change-Id: I955f5b882f6be3e27727b768bc04cb899b4c1502
1 parent 04de083 commit acd9fff

File tree

11 files changed

+1
-932
lines changed

11 files changed

+1
-932
lines changed

PREUPLOAD.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[Hook Scripts]
2-
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT} -c ${REPO_ROOT}/frameworks/support/development/checkstyle/config/support-lib.xml -p development/checkstyle/prebuilt/com.android.support.checkstyle.jar
2+
checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}
33
ktlint_hook = ${REPO_ROOT}/frameworks/support/development/ktlint.sh --skip-if-empty --file=${PREUPLOAD_FILES_PREFIXED}
44
warn_check_api = ${REPO_ROOT}/frameworks/support/development/apilint.py -f ${PREUPLOAD_FILES}
55

development/checkstyle/.gitignore

-1
This file was deleted.

development/checkstyle/LICENSE

-502
This file was deleted.

development/checkstyle/README

-16
This file was deleted.

development/checkstyle/build.gradle

-20
This file was deleted.

development/checkstyle/config/support-lib.xml

-42
This file was deleted.
Binary file not shown.

development/checkstyle/gradle/wrapper/gradle-wrapper.properties

-6
This file was deleted.

development/checkstyle/gradlew

-160
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)