File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.2
2+
3+ - Updated readme
4+
15## 0.0.1
26
37- Preview
Original file line number Diff line number Diff line change 11# Solid Lints
2+ [ ![ style: solid] ( https://img.shields.io/badge/style-solid-orange )] ( https://pub.dev/packages/solid_lints )
3+
4+ Flutter/Dart lints configuration based on software engineering industry standards (ISO/IEC, NIST) and best practices.
5+
6+ # Usage
7+
8+ Add dependency in your pubspec.yaml:
9+
10+ ``` yaml
11+ dev_dependencies :
12+ solid_lints : any
13+ ` ` `
14+
15+ And then include ` solid_lints` analysis options configuration:
16+
17+ ` ` ` yaml
18+ include: package:solid_lints/analysis_options.yaml
19+ ` ` `
20+
21+ # Badge
22+
23+ To indicate that your project is using Solid Lints, you can use the following badge :
24+
25+ ` ` ` markdown
26+ [](https://pub.dev/packages/solid_lints)
27+ ` ` `
Original file line number Diff line number Diff line change 11name : solid_lints
22description : Lints for Dart and Flutter based on software industry standards and best practices.
3- version : 0.0.1
3+ version : 0.0.2
44homepage : https://github.com/solid-software/solid_lints/
55
66environment :
You can’t perform that action at this time.
0 commit comments