**To disable it globally in VS Code, you need to add "pylint.args": ["--disable=C0115"] in your settings.json file.
To do so, open the command prompt with Ctrl/Command + Shift + P and type (or select) Preferences: Open User Settings (JSON). **
"pylint.args": ["--disable=C0115"]