solid_lints
solid_lints copied to clipboard
🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Starting from 0.2.0 version. `analysis_options.yaml` file inside `test` folder is ignored by linter.
Right now we have an `unused_parameters` rule that forces us to rename all unused parameters to underscores. In some cases, we not use context in widget builder functions initially, and...
Description: This lint is excellent and works really well, especially for classes. However, I believe it shouldn’t be applied to extensions at all. Extensions are often grouped and can have...
The `flutter_lints` rule `always_put_required_named_parameters_first` enforces placing required named parameters before others. I propose extending and enhancing this rule in `solid_lint` to support a more flexible ordering for different types of...
Please update the `analyzer` and `custom_lint_builder` dependencies to their latest compatible versions.
- Added analyzer.plugins to test configuration example in README - Updated lib/analysis_options_test.yaml to include analyzer.plugins to get correct configuration file - Enabled cheching if file is test and getting correct...