Skip to content

Commit 13a58b9

Browse files
authored
Adds exceptions for KarafAddonFeatureCheck (openhab#8613)
* Adds exceptions for KarafAddonFeatureCheck Signed-off-by: Hilbrand Bouwkamp <[email protected]>
1 parent 5d99a7f commit 13a58b9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bundles/org.openhab.binding.remoteopenhab/src/main/feature/feature.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
<feature name="openhab-binding-remoteopenhab" description="Remote openHAB Binding" version="${project.version}">
77
<feature>openhab-runtime-base</feature>
8-
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.remoteopenhab/${project.version}
9-
</bundle>
8+
<bundle start-level="80">mvn:org.openhab.addons.bundles/org.openhab.binding.remoteopenhab/${project.version}</bundle>
109
</feature>
1110
</features>

bundles/org.openhab.binding.velux/src/main/feature/feature.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<features name="org.openhab.binding.netatmo-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
2+
<features name="org.openhab.binding.velux-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
33
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>
44

55
<feature name="openhab-binding-velux" description="Velux Binding" version="${project.version}">

tools/static-code-analysis/checkstyle/ruleset.properties

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ checkstyle.headerCheck.values=2010,2021
33
checkstyle.forbiddenPackageUsageCheck.forbiddenPackages=com.google.common,gnu.io,javax.comm,org.apache.commons,org.joda.time,tec.uom.se
44
checkstyle.forbiddenPackageUsageCheck.exceptions=
55
checkstyle.requiredFilesCheck.files=pom.xml
6+
checkstyle.karafAddonFeatureCheck.featureNameMappings=-transform-:-transformation-,-io-:-misc-
7+
checkstyle.karafAddonFeatureCheck.excludeAddonPatterns=org.openhab.persistence.jdbc.*,org.openhab.binding.modbus.*

0 commit comments

Comments
 (0)