mirror of
https://github.com/alkacon/opencms-core.git
synced 2026-01-13 05:37:08 +00:00
First check suppressed is for package.html in the test/* direcories, as these are not actually required. Also resored sort order settings for OU tests.
9 lines
245 B
XML
9 lines
245 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE suppressions PUBLIC
|
|
"-//Puppy Crawl//DTD Suppressions 1.1//EN"
|
|
"http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
|
|
|
|
<suppressions>
|
|
<suppress checks="JavadocPackage" files="test/*"/>
|
|
</suppressions> |