From b40478c7faae66f6c5298d6e067449ef32740beb Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Tue, 20 Sep 2016 16:38:26 -0700 Subject: [PATCH] Disable Checkstyle checks on auto-generated files. Add a check to ignore changes to automatically generated classes. Bug: None Test: Tried to run checkstyle locally on a file that containted the comment and checkstyle script showed no warnings even though that file had issues. Change-Id: If9085948f1c224dbb53255b2ba1601511ef769dd --- tools/checkstyle/android-style.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/checkstyle/android-style.xml b/tools/checkstyle/android-style.xml index f31266208e7..2a983986ab7 100644 --- a/tools/checkstyle/android-style.xml +++ b/tools/checkstyle/android-style.xml @@ -9,6 +9,10 @@ + + + +