forked from pool/python-Django
fb84afef74
OBS-URL: https://build.opensuse.org/request/show/207554 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Django?expand=0&rev=1
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
addFilter("file-not-in-%lang")
|
|
# Empty model.py files should be kept around:
|
|
addFilter("zero-length")
|
|
# Bash completion isn't config:
|
|
addFilter("non-conffile-in-etc /etc/bash_completion.d/django_bash_completion*")
|