Currently, we can change the severity level using the [standard approach](https://dart.dev/tools/analysis#changing-the-severity-of-rules), but it produces a warning like on the screenshot below: <img width="591" alt="" src="https://github.com/solid-software/solid_lints/assets/41615621/75ee3e25-f421-4c7f-a161-6b1e1a949197"> 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.
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.