mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
076427e6ae
Close #140
24 lines
405 B
INI
24 lines
405 B
INI
[MASTER]
|
|
|
|
load-plugins=
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=bad-continuation,
|
|
duplicate-code,
|
|
fixme,
|
|
import-error,
|
|
missing-class-docstring,
|
|
missing-function-docstring,
|
|
missing-module-docstring,
|
|
too-few-public-methods,
|
|
too-many-locals,
|
|
too-many-instance-attributes,
|
|
useless-object-inheritance
|
|
|
|
enable=c-extension-no-member
|
|
|
|
[BASIC]
|
|
|
|
good-names=i,j,id,_
|