solid-software / solid_lints

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

Investigate the way to add an ability to change the severity level of custom lints in YAML file #79

Open solid-vovabeloded opened 7 months ago

solid-vovabeloded commented 7 months ago

Currently, we can change the severity level using the standard approach, but it produces a warning like on the screenshot below:

We need to find a way to get rid of this warning or develop our own way of changing the severity level of custom lints.