getsentry / sentry-mobile-release-health-app

Sentry Mobile App
Other
45 stars 5 forks source link

Check formatting in CI #201

Closed ueman closed 3 years ago

ueman commented 3 years ago

Currently the CI does not enforce the Dart code style. This results currently in unrelated changes, especially in whitespace changes.

Suggested solution: Format the whole source. Run a style check in CI.

See Sentry for Dart/Flutter for how it's done.