solid-software / solid_lints

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

Update README.md #128

Closed danylo-safonov-solid closed 4 months ago

danylo-safonov-solid commented 4 months ago

https://github.com/danylo-safonov-solid/solid_lints_analysis_options_bug image

danylo-safonov-solid commented 4 months ago

It's probably not a local issue, because I'm seeing the same behaviour in GitHub actions.

What's very weird is that vscode plugin reports these lints, but flutter analyze/dart analyze doesn't

I also tried using empty analysis_options.yaml (except the include), and result was the same

danylo-safonov-solid commented 4 months ago

0.1.0, 0.1.1, 0.1.2, and 0.1.3 - seeing this on all the versions

danylo-safonov-solid commented 4 months ago

This also happens on 3.13.0, 3.16.0, and 3.19.0 flutter versions

danylo-safonov-solid commented 4 months ago

adding custom_lint to dependencies explicitly and adding this snippet to analysis_options.yaml doesn't help either

analyzer:
  plugins:
    - custom_lint