File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.1
2+
3+ -Add example readme
4+ -Update dependencies
5+
16## 0.1.0
27
38- Remove DCM as a dependency
Original file line number Diff line number Diff line change 1+ This example provides some idea on how to create your custom analysis options file.
2+ See ` analysis_options.yaml ` .
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ name: solid_lints
22description :
33 Lints for Dart and Flutter based on software industry standards and best
44 practices.
5- version : 0.1.0
5+ version : 0.1.1
66homepage : https://github.com/solid-software/solid_lints/
77
88environment :
99 sdk : ' >=3.0.0 <4.0.0'
1010
1111dependencies :
12- analyzer : ^5.12 .0
12+ analyzer : ^6.0 .0
1313 collection : ^1.17.2
1414 custom_lint_builder : ^0.5.6
1515 glob : ^2.1.2
You can’t perform that action at this time.
0 commit comments