Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Suppressed PackageExportsNameCheck for models. (#4343)
Browse files Browse the repository at this point in the history
Signed-off-by: VelinYordanov <velin.iordanov@gmail.com>
  • Loading branch information
VelinYordanov authored and sjsf committed Sep 26, 2017
1 parent f0b6238 commit bb9f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/static-code-analysis/checkstyle/suppressions.xml
Expand Up @@ -15,7 +15,7 @@

<!-- Eclipse SmartHome specific suppressions-->
<!-- These bundles are generated trough XText -->
<suppress files=".+org.eclipse.smarthome.model.+|.+org.eclipse.smarthome.designer.+" checks="RequireBundleCheck|ExportInternalPackageCheck|ManifestPackageVersionCheck|ImportExportedPackagesCheck"/>
<suppress files=".+org.eclipse.smarthome.model.+|.+org.eclipse.smarthome.designer.+" checks="RequireBundleCheck|ExportInternalPackageCheck|ManifestPackageVersionCheck|ImportExportedPackagesCheck|PackageExportsNameCheck"/>
<!-- Some source files have different headers -->
<suppress files=".+org.eclipse.smarthome.automation.+" checks="HeaderCheck"/>
<suppress files=".+org.eclipse.smarthome.config.dispatch.test.+" checks="ServiceComponentManifestCheck"/>
Expand Down

0 comments on commit bb9f6f9

Please sign in to comment.