Add the ability to add/remove console users from a Google Group (#2450)

# Conflicts:
#	config/presubmits.py
This commit is contained in:
Lai Jiang
2024-05-28 17:00:37 +00:00
committed by GitHub
parent ec6c77927f
commit 3b565b96b7
20 changed files with 419 additions and 79 deletions
+6
View File
@@ -196,6 +196,12 @@ PRESUBMITS = {
{"/node_modules/"},
):
"Use status code from jakarta.servlet.http.HttpServletResponse.",
PresubmitCheck(
r".*mock\(Response\.class\).*",
"java",
{"/node_modules/"},
):
"Do not mock Response, use FakeResponse.",
}
# Note that this regex only works for one kind of Flyway file. If we want to