Sublime Forum

Using Mac/Using Sublime/errors D100: Missing docstring in public module

#1

In a properly named python file ending in .py, when I go to save, Sublime 3 prevents the save and generates the following errors:

D100: Missing docstring in public module
W291 trailing whitespace
E231 missing whitespace after…
and more

The same file will not generate this using Sublime 2. I really wanted to take advantage of Sublime 3, but I’ve reloaded it several times and attempted several .py files resulting in similar error messages.

0 Likes

#2

Can you reproduce it on a clean install of Sublime Text? (You can backup you settings before reverting)

  1. https://www.sublimetext.com/docs/3/revert.html

Are these errors showed up on Sublime Text console?

0 Likes

#3

yeah uninstall whatever linter plugin is doing that or just revert to a clean state :wink:

1 Like