Skip to content
Snippets Groups Projects
.pylintrc 274 B
Newer Older
[MASTER]
borzechof99's avatar
borzechof99 committed
fail-under=10

[MESSAGES CONTROL]
disable=line-too-long,
borzechof99's avatar
borzechof99 committed
        django-not-configured,
        too-few-public-methods,
        no-self-use,
        abstract-method,
        arguments-differ,
borzechof99's avatar
borzechof99 committed
        invalid-name,
        no-else-raise,
borzechof99's avatar
borzechof99 committed
        arguments-renamed,