]> git.basschouten.com Git - openhab-addons.git/commitdiff
Use SAT release version 0.11.1 (#10519)
authorChristoph Weitkamp <github@christophweitkamp.de>
Wed, 14 Apr 2021 14:18:10 +0000 (16:18 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Apr 2021 14:18:10 +0000 (16:18 +0200)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
pom.xml
tools/static-code-analysis/checkstyle/suppressions.xml

diff --git a/pom.xml b/pom.xml
index 2dcbd4606d390aa7b8fb815c9c8a125cca7a5189..bc504016d808f459dc92c25c3cdf4f932ea47ff7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
     <eea.version>2.2.1</eea.version>
     <jackson.version>2.12.2</jackson.version>
     <karaf.version>4.3.1</karaf.version>
-    <sat.version>0.10.0</sat.version>
+    <sat.version>0.11.1</sat.version>
     <spotless.version>2.0.3</spotless.version>
 
     <bnd.importpackage/>
index e66b7af7cb9befe4797fa5cb53e064b8f71f13e5..6574121b9e1957106006fc8078107ebd33fdf28a 100644 (file)
@@ -6,10 +6,11 @@
     <suppress files=".+DTO\.java" checks="JavadocType|JavadocVariable|JavadocMethod|MissingJavadocFilterCheck|NullAnnotationsCheck"/>
     <suppress files=".+[\\/]dto[\\/].+\.java" checks="JavadocType|JavadocVariable|JavadocMethod|MissingJavadocFilterCheck|NullAnnotationsCheck"/>
     <suppress files=".+Impl\.java" checks="JavadocType|JavadocVariable|JavadocMethod|MissingJavadocFilterCheck"/>
+    <suppress files=".+[\\/]OH-INF[\\/].+\.xml" checks="OhInfXmlLabelCheck"/>
 
     <!-- Homematic and Tellstick bindings are creating and configuring things dynamically, they will log false positives for unused configuration -->
     <!-- IO and Voice bundles have specific use cases - they use only the config .xml files and will log false positives as well -->
-    <suppress files=".+org.openhab.binding.homematic.+|.+org.openhab.binding.tellstick.+|.+org.openhab.io.+|.+org.openhab.voice.+" checks="EshInfXmlCheck"/>
+    <suppress files=".+org.openhab.binding.homematic.+|.+org.openhab.binding.tellstick.+|.+org.openhab.io.+|.+org.openhab.voice.+" checks="OhInfXmlCheck"/>
     <!-- Some checks will be supressed for test bundles -->
     <suppress files=".+.test[\\/].+" checks="RequireBundleCheck"/>
     <!--  There is a single class inside org.openhab.voice.voicerss.tool, which is meant to be called from the command line.