diff options
author | ByteHamster <info@bytehamster.com> | 2020-03-28 23:46:50 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-03-04 19:47:48 +0100 |
commit | f62a6b808e54e28c791b0448661099ccbcf3e1c1 (patch) | |
tree | a1b8cc93cfbf1f39c1ae0de8ea10f1ebb6726a86 /config | |
parent | 9dbe5f6de58d8113b55c7bedd2f1fab200d80fb8 (diff) | |
download | AntennaPod-f62a6b808e54e28c791b0448661099ccbcf3e1c1.zip |
Only store content_encoded or description
Diffstat (limited to 'config')
-rw-r--r-- | config/checkstyle/checkstyle-new-code.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/checkstyle/checkstyle-new-code.xml b/config/checkstyle/checkstyle-new-code.xml index 3bb35f2cc..7d7270a9c 100644 --- a/config/checkstyle/checkstyle-new-code.xml +++ b/config/checkstyle/checkstyle-new-code.xml @@ -204,10 +204,6 @@ </module> <module name="NonEmptyAtclauseDescription"/> <module name="JavadocTagContinuationIndentation"/> - <module name="SummaryJavadoc"> - <property name="forbiddenSummaryFragments" - value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/> - </module> <module name="JavadocParagraph"/> <module name="AtclauseOrder"> <property name="tagOrder" value="@param, @return, @throws, @deprecated"/> |