mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
Remove the mention of ofy in most places (#1872)
There are still some mentions of ofy after this PR, but mostly in places that would need to be modified later anyway.
This commit is contained in:
@@ -9,6 +9,4 @@
|
||||
<suppress files="[/\\].*[/\\]generated.*[/\\]" checks="."/>
|
||||
<!-- Ignore Javadoc checks in test files -->
|
||||
<suppress files="[/\\].*[/\\]src/test/java/.*[/\\]" checks="JavadocType"/>
|
||||
<!-- ofy() regex check doesn't apply to these files -->
|
||||
<suppress files="AugmentedDeleter.java|AugmentedSaver.java|Ofy.java" checks="RegexpSingleline"/>
|
||||
</suppressions>
|
||||
|
||||
Reference in New Issue
Block a user