From e01a5d87f49986a8d2c9051a357149e22e3278d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=85smund=20V=C3=A5ge=20Fannemel?=
<34712686+asmfstatoil@users.noreply.github.com>
Date: Thu, 8 Aug 2024 20:28:13 +0200
Subject: [PATCH] chore: add checkstyle plugin (#1072)
remove unused/outdated parameters
---
checkstyle_neqsim.xml | 5 +----
pom.xml | 13 ++++++++++---
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/checkstyle_neqsim.xml b/checkstyle_neqsim.xml
index 15b53b3837..d7858800da 100644
--- a/checkstyle_neqsim.xml
+++ b/checkstyle_neqsim.xml
@@ -104,10 +104,7 @@
or preceding-sibling::*[last()][self::LCURLY]]" />
-
+
diff --git a/pom.xml b/pom.xml
index 689ef345a7..0c6cb7777e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,7 @@
UTF-8
+ checkstyle_neqsim.xml
@@ -117,7 +118,6 @@
true
central
- true
true
@@ -138,7 +138,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.6.3
+ 3.8.0
attach-javadoc
@@ -148,7 +148,6 @@
- java
none
@@ -333,6 +332,14 @@
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 3.4.0
+
+ true
+
+