Commit 15d52fd4 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4832 from eddie-dunn/master

pylint.plugin.zsh: Remove include-ids=y
parents 5464fe3e 78bf3dd9
# Aliases
alias pylint-quick='pylint --reports=n --include-ids=y'
compdef _pylint-quick pylint-quick='pylint --reports=n --include-ids=y'
\ No newline at end of file
alias pylint-quick='pylint --reports=n'
compdef _pylint-quick pylint-quick='pylint --reports=n'
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