passsy / dart-lint

An opinionated, community-driven set of lint rules for Dart and Flutter projects. Like pedantic but stricter
Apache License 2.0
277 stars 82 forks source link

exclude not working for linux dir #17

Closed sgehrman closed 4 years ago

sgehrman commented 4 years ago

analyzer: exclude:

doesn't work.

I also tried

analyzer: exclude: [linux/**]

passsy commented 4 years ago

It's a known issue that exclude rules are buggy. Please follow this issue https://github.com/dart-lang/sdk/issues/25551 in the dart sdk repo