You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tracked this down to a problem with inheritance (which is probably the same as #40). A user provided profile should override things it inherits from and so on, but that does not seem to always be the case. pep257 was not running because a parent profile, no_doc_warnings disabled it. It would run on some machines because the ordering of the profile inheritance was non-deterministic due to the deduplication using list(set(profiles)) which lost ordering.
carlio
added a commit
to carlio/prospector
that referenced
this issue
Jan 5, 2015
…ofiles are parsed and combined. This fixes problems with merging and introduces "shorthand" attributes, which are essentially user-friendly ways of inheriting the built-in prospector profiles
When running prospector on prospector using the .prospector.yml file, pep257 is not run for some reason.
Oddly, it works on Landscape.
The text was updated successfully, but these errors were encountered: