mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
Add the ability to add/remove console users from a Google Group (#2450)
# Conflicts: # config/presubmits.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user