mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 00:12:11 +02:00
There are still some mentions of ofy after this PR, but mostly in places that would need to be modified later anyway.
12 lines
425 B
XML
12 lines
425 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>
|
|
<!-- Ignore generated files in Checkstyle -->
|
|
<suppress files="[/\\].*[/\\]generated.*[/\\]" checks="."/>
|
|
<!-- Ignore Javadoc checks in test files -->
|
|
<suppress files="[/\\].*[/\\]src/test/java/.*[/\\]" checks="JavadocType"/>
|
|
</suppressions>
|