How do I disable “missing docstring” warnings at a file-level in Pylint?
问题 Pylint throws errors that some of files are missing docstrings. I try and add docstrings to each class, method and function but it seems that Pylint also checks that files should a docstring at the beginning of it. Can i disable this somehow? I would like to be notified of a docstring is missing inside a class, function or method but it shouldn't be mandatory for a file to have a docstring. (Is there a term of the legal jargon often found at the beginning of a proprietary source file? Any