"git@developer.sourcefind.cn:change/sglang.git" did not exist on "f28d82997ac5b77241d961f035ffa1d164510dfe"
Unverified Commit bea947de authored by Karmel Allison's avatar Karmel Allison Committed by GitHub
Browse files

Fixing linting for kokoro (#3676)

parent d5663b3c
...@@ -40,7 +40,7 @@ good-names=main,_ ...@@ -40,7 +40,7 @@ good-names=main,_
inlinevar-rgx=^[a-z][a-z0-9_]*$ inlinevar-rgx=^[a-z][a-z0-9_]*$
# Regular expression matching correct method names # Regular expression matching correct method names
method-rgx=^(?:(?P<exempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_{0,2}[a-z][a-z0-9_]*))$ method-rgx=^(?:(?P<exempt>__[a-z0-9_]+__|next)|(?P<camel_case>_{0,2}[A-Z][a-zA-Z0-9]*)|(?P<snake_case>_{0,2}[a-z][a-z0-9_]*)|(setUp|tearDown))$
# Regular expression matching correct module names # Regular expression matching correct module names
module-rgx=^(_?[a-z][a-z0-9_]*)|__init__|PRESUBMIT|PRESUBMIT_unittest$ module-rgx=^(_?[a-z][a-z0-9_]*)|__init__|PRESUBMIT|PRESUBMIT_unittest$
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment