mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Improve YAML model repository (#4024)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
<!-- These suppressions define which files to be suppressed for which checks. -->
|
||||
<suppress files=".+[\\/]internal[\\/].+\.java" checks="JavadocType|JavadocVariable|JavadocMethod|MissingJavadocFilterCheck"/>
|
||||
<suppress files=".+DTO\.java" checks="JavadocType|JavadocVariable|JavadocMethod|MissingJavadocFilterCheck|NullAnnotationsCheck" />
|
||||
<suppress files=".+[\\/]YamlElement\.java" checks="NullAnnotationsCheck" />
|
||||
<suppress files=".+Impl\.java" checks="JavadocType|JavadocVariable|JavadocMethod|MissingJavadocFilterCheck"/>
|
||||
<suppress files=".+[\\/]pom\.xml" checks="OnlyTabIndentationCheck"/>
|
||||
<suppress files=".+[\\/]OH-INF[\\/].+\.xml" checks="OhInfXmlLabelCheck"/>
|
||||
|
||||
<!-- All generated files will skip the author tag check -->
|
||||
<suppress files=".+[\\/]gen[\\/].+\.java" checks="AuthorTagCheck"/>
|
||||
<!-- Some checks will be supressed for test bundles -->
|
||||
<!-- Some checks will be suppressed for test bundles -->
|
||||
<suppress files=".+.test[\\/].+" checks="RequireBundleCheck|OutsideOfLibExternalLibrariesCheck|ManifestExternalLibrariesCheck|BuildPropertiesExternalLibrariesCheck"/>
|
||||
|
||||
<!-- openHAB Core specific suppressions-->
|
||||
|
||||
Reference in New Issue
Block a user