"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "15782fd506e8c4a7c2b288fc2e558bd77fdfa51a"
Unverified Commit b740c3f0 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Doc] fix lint configuration path (#5590)

parent d4ded8fa
...@@ -88,7 +88,7 @@ locally first (require cpplint and pylint to be installed first): ...@@ -88,7 +88,7 @@ locally first (require cpplint and pylint to be installed first):
bash tests/scripts/task_lint.sh bash tests/scripts/task_lint.sh
The python code style configure file is ``tests/scripts/pylintrc``. We tweak it a little bit from The python code style configure file is ``tests/lint/pylintrc``. We tweak it a little bit from
the standard. For example, following variable names are accepted: the standard. For example, following variable names are accepted:
* ``i,j,k``: for loop variables * ``i,j,k``: for loop variables
......
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