]> git.basschouten.com Git - openhab-addons.git/commitdiff
Adds exceptions for KarafAddonFeatureCheck (#8613)
authorHilbrand Bouwkamp <hilbrand@h72.nl>
Thu, 8 Apr 2021 20:55:29 +0000 (22:55 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 20:55:29 +0000 (22:55 +0200)
* Adds exceptions for KarafAddonFeatureCheck

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
bundles/org.openhab.binding.remoteopenhab/src/main/feature/feature.xml
bundles/org.openhab.binding.velux/src/main/feature/feature.xml
tools/static-code-analysis/checkstyle/ruleset.properties

index 61bb75b03f034bde74193ce4af645691cd133c20..88c5d8ca06c4ccebf4e5d84ef7f9ba08d684a891 100644 (file)
@@ -5,7 +5,6 @@
 
        <feature name="openhab-binding-remoteopenhab" description="Remote openHAB Binding" version="${project.version}">
                <feature>openhab-runtime-base</feature>
-               <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.remoteopenhab/${project.version}
-               </bundle>
+               <bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.remoteopenhab/${project.version}</bundle>
        </feature>
 </features>
index a810424efdfaddd9cf8bf44d5a5ac3bc25e634f7..d25e0a09b75c655d3b8bda9e1b30fc97d3098757 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<features name="org.openhab.binding.netatmo-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
+<features name="org.openhab.binding.velux-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
        <repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
 
        <feature name="openhab-binding-velux" description="Velux Binding" version="${project.version}">
index 317bf831f6e03deb827c6df6d40b3557bdc27d5c..3cc2adf54b3d441658efeb6bac3a6265c1af5bca 100644 (file)
@@ -3,3 +3,5 @@ checkstyle.headerCheck.values=2010,2021
 checkstyle.forbiddenPackageUsageCheck.forbiddenPackages=com.google.common,gnu.io,javax.comm,org.apache.commons,org.joda.time,tec.uom.se
 checkstyle.forbiddenPackageUsageCheck.exceptions=
 checkstyle.requiredFilesCheck.files=pom.xml
+checkstyle.karafAddonFeatureCheck.featureNameMappings=-transform-:-transformation-,-io-:-misc-
+checkstyle.karafAddonFeatureCheck.excludeAddonPatterns=org.openhab.persistence.jdbc.*,org.openhab.binding.modbus.*