solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 17 forks source link

Fix mockito mocks exclusion from analysis #11

Closed solid-yuriiprykhodko closed 2 years ago

solid-yuriiprykhodko commented 2 years ago

Using **/*.ext.to.ignore allows us to ignore files inside nested directories, but doesn't work when we have the ignored files on the same level as the analysis_options.yaml file. This problem occurs in tests.