We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b374aa8 commit cd7aa10Copy full SHA for cd7aa10
3 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.1.1
2
+
3
+-Add example readme
4
+-Update dependencies
5
6
## 0.1.0
7
8
- Remove DCM as a dependency
example/README.md
@@ -0,0 +1,2 @@
+This example provides some idea on how to create your custom analysis options file.
+See `analysis_options.yaml`.
pubspec.yaml
@@ -2,14 +2,14 @@ name: solid_lints
description:
Lints for Dart and Flutter based on software industry standards and best
practices.
-version: 0.1.0
+version: 0.1.1
homepage: https://github.com/solid-software/solid_lints/
environment:
9
sdk: '>=3.0.0 <4.0.0'
10
11
dependencies:
12
- analyzer: ^5.12.0
+ analyzer: ^6.0.0
13
collection: ^1.17.2
14
custom_lint_builder: ^0.5.6
15
glob: ^2.1.2
0 commit comments