Merge "Expand the allowed subpaths for test directories."
am: 04fd23f7e4
Change-Id: Ib5d1f71def7417f84f3a9c0dbdee4d8dabf3abae
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']
|
'com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck']
|
||||||
SKIPPED_RULES_FOR_TEST_FILES = ['com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck',
|
SKIPPED_RULES_FOR_TEST_FILES = ['com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck',
|
||||||
'com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck']
|
'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_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'
|
ERROR_UNTRACKED = 'You have untracked java files that are not being checked:\n'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user