aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmytro Kytsmen <dmytro.kytsmen@cloudmade.com>2017-07-12 17:01:22 +0300
committerRoman Ivanov <ivanov-jr@mail.ru>2017-07-12 08:32:57 -0700
commit644a525c1ab41552f5df4c313ea6a60d39f14a0f (patch)
treeddb2d0670fab2daa3a1165157bca1cb84526206a /config
parent7c6af1832286203cde053e9b7555093f0cbf9cef (diff)
downloadcheckstyle-644a525c1ab41552f5df4c313ea6a60d39f14a0f.tar.gz
Issue #4702: suppress NewlineAtEndOfFile on all internal javadoc files
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_non_main_files_suppressions.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/checkstyle_non_main_files_suppressions.xml b/config/checkstyle_non_main_files_suppressions.xml
index f41906b83..3de0c4721 100644
--- a/config/checkstyle_non_main_files_suppressions.xml
+++ b/config/checkstyle_non_main_files_suppressions.xml
@@ -16,9 +16,7 @@
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]InputEmbeddedNullChar\.java"/>
<!-- 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"/>
+ <suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*\.javadoc"/>
<!--Empty file cannot have any new line at the end. -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]checks[\\/]misc[\\/]newlineatendoffile[\\/]InputEmptyFile\.txt"/>