Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
bea947de
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "f28d82997ac5b77241d961f035ffa1d164510dfe"
Unverified
Commit
bea947de
authored
Mar 20, 2018
by
Karmel Allison
Committed by
GitHub
Mar 20, 2018
Browse files
Fixing linting for kokoro (#3676)
parent
d5663b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/utils/testing/pylint.rcfile
official/utils/testing/pylint.rcfile
+1
-1
No files found.
official/utils/testing/pylint.rcfile
View file @
bea947de
...
@@ -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$
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment