spebbe / dartz

Functional programming in Dart
MIT License
749 stars 60 forks source link

Not passing Pass static analysis in pub.dev #81

Open guyluz11 opened 3 years ago

guyluz11 commented 3 years ago

We get -10 points in pub.dev on missing dartfmt I presume that it will require small fix, just to run dartfmt each time with GitHub Actions.

image

spebbe commented 3 years ago

Hi @guyluz11 – thanks for reporting! Some of the decisions dartfmt enforces subjectively make the code look uglier. I do want those pub points though :) I'll try again and see if the situation has been improved or can be tweaked somehow.