mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 13:21:53 +01:00
Suppress MavenPomderivedInClasspathCheck (#1107)
This SAT check causes 525 false positives. See: openhab/static-code-analysis#356 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
c86300e420
commit
0bf3e0a9aa
@ -4,6 +4,7 @@
|
||||
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
||||
|
||||
<suppressions>
|
||||
<suppress files=".classpath" checks="MavenPomderivedInClasspathCheck" />
|
||||
<!-- These suppressions define which files to be suppressed for which checks. -->
|
||||
<suppress files=".+[\\/]internal[\\/].+\.java" checks="JavadocType|JavadocVariable|JavadocMethod|JavadocFilterCheck"/>
|
||||
<suppress files=".+DTO\.java" checks="JavadocType|JavadocVariable|JavadocMethod|JavadocFilterCheck" />
|
||||
|
Loading…
Reference in New Issue
Block a user