clima icon indicating copy to clipboard operation
clima copied to clipboard

Use a custom set of linter rules

Open triallax opened this issue 2 years ago • 1 comments

lint hasn't been updated with Flutter 3 lints in a while. Possible alternatives:

  • very_good_analysis: seems to be pretty strict, even more so than lint
  • lints: "official" lint rules package, seems to not be as strict as the other two

triallax avatar May 31 '22 19:05 triallax

How about having our own set of custom rules? This will give us complete control over the set of lints we enable, but it means we'll have to be on the lookout for new lints to possibly add each Flutter release. It'll be somewhat tedious without https://github.com/Lacerte/clima/issues/244 though.

triallax avatar Jun 19 '22 10:06 triallax