forked from pool/python-virtualenvwrapper
- Update broken MSYS link in installation documentation
- Add additional line to mkvirtualenv help
- Update mkvirtualenv help to document -p/–python option
- move linkcheck out of main doc build
- make sure virtualenvwrapper_cd always tries to do something,
even when it cannot infer the current shell
- Add python-virtualenvwrapper.rpmlintrc to quiet various
problems with shell scripts linting.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=73
5 lines
312 B
Plaintext
5 lines
312 B
Plaintext
# Compatibility shims for zsh/bash compatibility are exceedingly ugly, but it doesn't look like an error
|
|
addFilter("bin-sh-syntax-error /usr/bin/virtualenvwrapper.*");
|
|
# construct while [ $something $op $# ] ; do is also ugly, but AFAIK not an error
|
|
addFilter("potential-bashisms /usr/bin/virtualenvwrapper.*");
|