From fc09f50a1de4194aa738c0f216da92f34ba5df98 Mon Sep 17 00:00:00 2001
From: 9Lukas5 <lukas.wiest@infinite-tech.solutions>
Date: Thu, 10 Dec 2020 17:27:24 +0100
Subject: [PATCH] Revert "refactor: disable all docs linting"

This reverts commit 7aec22ccd4379bde5d76da1806a11003058b307e.
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ba41b2d..ad25674 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,9 +100,6 @@
                         <goals>
                             <goal>jar</goal>
                         </goals>
-                        <configuration>
-                            <doclint>none</doclint>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>
-- 
GitLab