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:
Lai Jiang 2022-12-08 20:38:57 -05:00 committed by GitHub
parent 88e3b5da94
commit e93a015451
10 changed files with 5 additions and 37 deletions

View file

@ -109,15 +109,6 @@ PRESUBMITS = {
"System.(out|err).println is only allowed in tools/ packages. Please "
"use a logger instead.",
# ObjectifyService.register is restricted to main/ or AppEngineExtension.
PresubmitCheck(
r".*\bObjectifyService\.register", "java", {
"/build/", "/generated/", "node_modules/", "src/main/",
"AppEngineExtension.java"
}):
"ObjectifyService.register(...) is not allowed in tests. Please use "
"AppEngineExtension.register(...) instead.",
# PostgreSQLContainer instantiation must specify docker tag
# TODO(b/204572437): Fix the pattern to pass DatabaseSnapshotTest.java
PresubmitCheck(