Open
Description
Description of the false positive
In some cases with multiple inheritance specifying explicity the subclasses constructors to be called is indeed something that has to be done. But there is also cases, such as in our case with Mixins, or if all subclasses are designed for cooperative inheritance where it's fine.
An SO answer that explains that nicely is here: https://stackoverflow.com/a/50465583/110395
URL to the alert on the project page on LGTM.com