Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
9275d1fc
"plugins/vscode:/vscode.git/clone" did not exist on "766b47d8b85dea53ae6afb64031f6ed9dc271663"
Commit
9275d1fc
authored
Oct 14, 2018
by
Sagar Patil
Committed by
Robby Russell
Oct 14, 2018
Browse files
added README for pylint plugin (#7277)
parent
f2d4b976
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/pylint/README.md
0 → 100644
View file @
9275d1fc
# pylint
This plugin adds code analysis for python through
[
Pylint
](
https://www.pylint.org/
)
.
To use it, add
`pylint`
to the plugins array in your zshrc file:
```
zsh
plugins
=(
... pylint
)
```
## Aliases
| Alias | Command | Description |
| -------------| -------------------- | -------------------------------------------------------------------------------------------------------------------------|
| pylint-quick |
`pylint --reports=n`
| Displays a set of reports each one focusing on a particular aspect of the project, default set
`no`
for multiple reports | |
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