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
OpenDAS
dgl
Commits
b740c3f0
Unverified
Commit
b740c3f0
authored
Apr 23, 2023
by
Rhett Ying
Committed by
GitHub
Apr 23, 2023
Browse files
[Doc] fix lint configuration path (#5590)
parent
d4ded8fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/contribute.rst
docs/source/contribute.rst
+1
-1
No files found.
docs/source/contribute.rst
View file @
b740c3f0
...
@@ -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
...
...
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