All I want to do is use the generated-members=
line to disable the false "no-members" errors for several packages.
So, in the VS Code terminal, in my project root directory, I run:
pylint --generate-rcfile > .pylintrc
All linting warnings immediately disappear, even before I've change anything in the rc file. The only way I've been able to bring them back is by deleting .pylintrc. What am I doing wrong?