mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-04 12:00:16 +00:00
23 lines
375 B
INI
23 lines
375 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-many-locals,
|
|
too-many-instance-attributes,
|
|
useless-object-inheritance
|
|
|
|
enable=c-extension-no-member
|
|
|
|
[BASIC]
|
|
|
|
good-names=i,j,id,_
|