solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 18 forks source link

Pull changes from solid-metrics repository #27

Closed n-bernat closed 1 year ago

n-bernat commented 1 year ago

Pulled code from the solid-metrics repository with the following changes:

To be added:

solid-yuriiprykhodko commented 1 year ago

Bump the version from 0.1.0 to 0.1.1

We can skip this and ship the whole custom_lints migration under 0.1.0. Just add the relevant stuff to the CHANGELOG

solid-yuriiprykhodko commented 1 year ago

We probably want a set of lint rules to validate the Dart code. solid_lints is the default option for us, don't think there should be any issues plugging them in?

n-bernat commented 1 year ago

@solid-yuriiprykhodko rules from solid_lints apply to the code in lib as we are in this project and analysis_options.yaml is propagated to all subdirectories automatically