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

---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ad25674..ffa68c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,6 +93,7 @@
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
                     <source>1.8</source>
+                    <doclint>none</doclint>
                 </configuration>
                 <executions>
                     <execution>
-- 
GitLab