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
but if I add another setting specific to a module, with ModuleFilters before StaticAnalysisConfig, then the undocumented_declaration_check is somehow enabled again.
If I put StaticAnalysisConfig before the ModuleFilters then the undocumented_declaration_check does get disabled as expected but the could_be_immutable_check is still being checked against myproject.tests when it shouldn't be.
The following works fine for all modules:
but if I add another setting specific to a module, with ModuleFilters before StaticAnalysisConfig, then the
undocumented_declaration_check
is somehow enabled again.If I put StaticAnalysisConfig before the ModuleFilters then the
undocumented_declaration_check
does get disabled as expected but thecould_be_immutable_check
is still being checked against myproject.tests when it shouldn't be.The text was updated successfully, but these errors were encountered: