summaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-28 23:46:50 +0100
committerByteHamster <info@bytehamster.com>2021-03-04 19:47:48 +0100
commitf62a6b808e54e28c791b0448661099ccbcf3e1c1 (patch)
treea1b8cc93cfbf1f39c1ae0de8ea10f1ebb6726a86 /config/checkstyle
parent9dbe5f6de58d8113b55c7bedd2f1fab200d80fb8 (diff)
downloadAntennaPod-f62a6b808e54e28c791b0448661099ccbcf3e1c1.zip
Only store content_encoded or description
Diffstat (limited to 'config/checkstyle')
-rw-r--r--config/checkstyle/checkstyle-new-code.xml4
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"/>