realitix/vulk

View on GitHub
.pylintrc-travis

Summary

Maintainability
Test Coverage
[MASTER]
# Don't lint tests module
# Maybe we should ?
ignore=tests

# Disable refactor and convention checks
# Keep only warning and error checks
disable=R,C,I,E1101

# Disable warning on TODO
notes=

# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code
extension-pkg-whitelist=vulkan