Lacerte / clima

MOVED TO https://codeberg.org/Lacerte/clima
Mozilla Public License 2.0
105 stars 14 forks source link

Use a custom set of linter rules #307

Open triallax opened 2 years ago

triallax commented 2 years ago

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

triallax commented 2 years ago

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.