Merge "Expand the allowed subpaths for test directories." am: 04fd23f7e4
am: 1149bcf590
Change-Id: Ic029e75a190b91394e4fa32f59ad5a48f907d5d4
This commit is contained in:
@@ -36,7 +36,8 @@ FORCED_RULES = ['com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck
|
||||
'com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck']
|
||||
SKIPPED_RULES_FOR_TEST_FILES = ['com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck',
|
||||
'com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck']
|
||||
SUBPATH_FOR_TEST_FILES = ['/tests/java/', '/tests/src/', '/tests/test-data/']
|
||||
SUBPATH_FOR_TEST_FILES = ['/tests/java/', '/tests/src/', '/tests/test-data/',
|
||||
'/test/java/', '/test/src/', '/test/test-data/']
|
||||
ERROR_UNCOMMITTED = 'You need to commit all modified files before running Checkstyle\n'
|
||||
ERROR_UNTRACKED = 'You have untracked java files that are not being checked:\n'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user