https://github.com/hawkkiller/sizzle_lints
https://github.com/hawkkiller/sizzle_lints
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hawkkiller/sizzle_lints
- Owner: hawkkiller
- License: apache-2.0
- Created: 2022-12-29T12:55:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-02T13:03:56.000Z (over 1 year ago)
- Last Synced: 2025-03-11T06:54:50.270Z (over 1 year ago)
- Size: 44.9 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# sizzle_lints
Efficient lints for Dart and Flutter projects, combined together with love.
## Usage
To use these lints in your project, add the following to your `analysis_options.yaml`:
```yaml
include: package:sizzle_lints/lints.yaml
```
### Dart Code Metrics
To use the Dart Code Metrics lints in your project, add the following to your `analysis_options.yaml`:
```yaml
dart_code_metrics:
extends:
- package:sizzle_lints/dcm.yaml
```