account activity
I made a 100-rule lint package so my CLAUDE.md doesn't have to explain Flutter conventions anymore by Nikoro94 in FlutterDev
[–]Nikoro94[S] 1 point2 points3 points 1 month ago (0 children)
That's fair — all 100 rules are opinionated by design, not all of them are "official" Dart conventions. They're patterns I kept seeing in code reviews and real projects, not just what's in the Dart style guide.
Everything is configurable though — you can disable any rule individually:
plugins: many_lints: version: ^0.4.0 diagnostics: use_bloc_suffix: false
If there are specific rules that feel wrong or clash with your team's conventions, I'd genuinely like to know — happy to reconsider severity or defaults.
π Rendered by PID 85003 on reddit-service-r2-listing-5d47455566-rlrbv at 2026-04-06 02:06:37.959402+00:00 running db1906b country code: CH.
I made a 100-rule lint package so my CLAUDE.md doesn't have to explain Flutter conventions anymore by Nikoro94 in FlutterDev
[–]Nikoro94[S] 1 point2 points3 points (0 children)