aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSubbu Dantu <subramanyam15103@iiitd.ac.in>2017-07-25 21:15:32 +0530
committerRoman Ivanov <romani@users.noreply.github.com>2017-07-27 06:06:54 -0700
commite6d30938916b9359e94b59bc756b2b2d294b5c6b (patch)
tree8a1ad0d609d90ded77c1627492d537e1beca21a8 /config
parent598167f11becf4fce0f3e8aced70f123cf45cf46 (diff)
downloadcheckstyle-e6d30938916b9359e94b59bc756b2b2d294b5c6b.tar.gz
minor: Moved the verifyAst UTs from AllBlockCommentsTest and AllSinglelineCommentsTest to AstTreeStringPrinterTest
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_non_main_files_suppressions.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle_non_main_files_suppressions.xml b/config/checkstyle_non_main_files_suppressions.xml
index 3de0c4721..4311d5e47 100644
--- a/config/checkstyle_non_main_files_suppressions.xml
+++ b/config/checkstyle_non_main_files_suppressions.xml
@@ -11,6 +11,7 @@
<!-- Intentional no new line at the end. -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]comments[\\/]InputFullOfSinglelineComments\.java"/>
+ <suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]astprinter[\\/]InputFullOfSinglelineComments\.java"/>
<!-- Grammar specific input file, should have exact structure to reproduce the case. -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]InputEmbeddedNullChar\.java"/>