interrogate
interrogate copied to clipboard
Inconsistency for default values in documentation
Description of the bug
It seems that documentation contains inconsistency about ignore-init-method and ignore-nested-classes in configuration section and command line options. Command line options seems to match to default values here (i.e. set on False) while the configuration section indicates that they are set to True by default.
I guess if this error is correct, it is required to modify the README.rst file?
Thanks