diff --git a/bundles/org.openhab.binding.remoteopenhab/src/main/feature/feature.xml b/bundles/org.openhab.binding.remoteopenhab/src/main/feature/feature.xml
index 61bb75b03f0..88c5d8ca06c 100644
--- a/bundles/org.openhab.binding.remoteopenhab/src/main/feature/feature.xml
+++ b/bundles/org.openhab.binding.remoteopenhab/src/main/feature/feature.xml
@@ -5,7 +5,6 @@
openhab-runtime-base
- mvn:org.openhab.addons.bundles/org.openhab.binding.remoteopenhab/${project.version}
-
+ mvn:org.openhab.addons.bundles/org.openhab.binding.remoteopenhab/${project.version}
diff --git a/bundles/org.openhab.binding.velux/src/main/feature/feature.xml b/bundles/org.openhab.binding.velux/src/main/feature/feature.xml
index a810424efdf..d25e0a09b75 100644
--- a/bundles/org.openhab.binding.velux/src/main/feature/feature.xml
+++ b/bundles/org.openhab.binding.velux/src/main/feature/feature.xml
@@ -1,5 +1,5 @@
-
+
mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features
diff --git a/tools/static-code-analysis/checkstyle/ruleset.properties b/tools/static-code-analysis/checkstyle/ruleset.properties
index 317bf831f6e..3cc2adf54b3 100644
--- a/tools/static-code-analysis/checkstyle/ruleset.properties
+++ b/tools/static-code-analysis/checkstyle/ruleset.properties
@@ -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.*