aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmytro Kytsmen <dmytro.kytsmen@cloudmade.com>2017-07-12 15:51:03 +0300
committerRoman Ivanov <romani@users.noreply.github.com>2017-07-12 08:29:50 -0700
commit7c6af1832286203cde053e9b7555093f0cbf9cef (patch)
tree149b5ed6a07e28ec95a4f9acfe0c7e33017208ef /config
parent689790e6a7f5946ba6f2b771eeb9e3bafcb3722a (diff)
downloadcheckstyle-7c6af1832286203cde053e9b7555093f0cbf9cef.tar.gz
Issue #4588: Split and Organize Checkstyle inputs for MainTests to 'main' folder
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 41284ac9a..f41906b83 100644
--- a/config/checkstyle_non_main_files_suppressions.xml
+++ b/config/checkstyle_non_main_files_suppressions.xml
@@ -18,6 +18,7 @@
<!-- Javadoc files should not have new line by design (on purpose). -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]javadoc[\\/].*\.javadoc"/>
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]astprinter[\\/].*\.javadoc"/>
+ <suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]main[\\/].*\.javadoc"/>
<!--Empty file cannot have any new line at the end. -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]checks[\\/]misc[\\/]newlineatendoffile[\\/]InputEmptyFile\.txt"/>