Skip to content

Commit 47df4b8

Browse files
Bump custom_lint version to 0.6.0 (#125)
* Bump custom_lint version to 0.6.0 * Update version and changelog --------- Co-authored-by: vladimir-beloded <[email protected]>
1 parent 498c081 commit 47df4b8

File tree

8 files changed

+7
-70
lines changed

8 files changed

+7
-70
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
- Bumped custom_lint package to 0.6.0 version
4+
15
## 0.1.2
26

37
- Moved implementation into the `src` folder

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
sdk: flutter
1111

1212
dev_dependencies:
13-
custom_lint: ^0.5.0
13+
custom_lint: ^0.6.0
1414
solid_lints:
1515
path: ../
1616
test: ^1.20.1

lint_test/alphabetize_by_type_test/pubspec.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

lint_test/avoid_late_keyword_allow_initialized_test/pubspec.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

lint_test/avoid_using_api/pubspec.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

lint_test/no_magic_number_allowed_in_widget_params_test/pubspec.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

lint_test/prefer_conditional_expressions_ignore_nested_test/pubspec.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: solid_lints
22
description:
33
Lints for Dart and Flutter based on software industry standards and best
44
practices.
5-
version: 0.1.2
5+
version: 0.1.3
66
homepage: https://github.com/solid-software/solid_lints/
77
documentation: https://solid-software.github.io/solid_lints/docs/intro
88
topics: [lints, linter, lint, analysis, analyzer]
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
analyzer: ^6.2.0
1515
collection: ^1.17.2
16-
custom_lint_builder: ^0.5.8
16+
custom_lint_builder: ^0.6.0
1717
glob: ^2.1.2
1818
path: ^1.8.3
1919
yaml: ^3.1.2

0 commit comments

Comments
 (0)