diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d2c8bb..1fd1b898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 + +- Bumped custom_lint package to 0.6.0 version + ## 0.1.2 - Moved implementation into the `src` folder diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ad3291ca..030fcd58 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: sdk: flutter dev_dependencies: - custom_lint: ^0.5.0 + custom_lint: ^0.6.0 solid_lints: path: ../ test: ^1.20.1 diff --git a/lint_test/alphabetize_by_type_test/pubspec.yaml b/lint_test/alphabetize_by_type_test/pubspec.yaml deleted file mode 100644 index fb785ca7..00000000 --- a/lint_test/alphabetize_by_type_test/pubspec.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: solid_lints_alphabetize_by_type_test -publish_to: none - -environment: - sdk: '>=3.0.0 <4.0.0' - -dependencies: - flutter: - sdk: flutter - -dev_dependencies: - solid_lints: - path: ../../ - test: ^1.20.1 diff --git a/lint_test/avoid_late_keyword_allow_initialized_test/pubspec.yaml b/lint_test/avoid_late_keyword_allow_initialized_test/pubspec.yaml deleted file mode 100644 index 3fd63997..00000000 --- a/lint_test/avoid_late_keyword_allow_initialized_test/pubspec.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: avoid_late_keyword_allow_initialized_test -publish_to: none - -environment: - sdk: '>=3.0.0 <4.0.0' - -dependencies: - -dev_dependencies: - solid_lints: - path: ../../ diff --git a/lint_test/avoid_using_api/pubspec.yaml b/lint_test/avoid_using_api/pubspec.yaml deleted file mode 100644 index eb855aca..00000000 --- a/lint_test/avoid_using_api/pubspec.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: avoid_using_api -description: A starting point for Dart libraries or applications. -version: 1.0.0 -publish_to: none - -environment: - sdk: ^3.1.3 - -dependencies: - custom_lint: ^0.5.4 - -dev_dependencies: - lints: ^3.0.0 - test: ^1.21.0 - solid_lints: - path: ../../ diff --git a/lint_test/no_magic_number_allowed_in_widget_params_test/pubspec.yaml b/lint_test/no_magic_number_allowed_in_widget_params_test/pubspec.yaml deleted file mode 100644 index b5d3efe4..00000000 --- a/lint_test/no_magic_number_allowed_in_widget_params_test/pubspec.yaml +++ /dev/null @@ -1,11 +0,0 @@ -name: no_magic_number_allowed_in_widget_params_test -description: A starting point for Dart libraries or applications. -publish_to: none - -environment: - sdk: '>=3.0.0 <4.0.0' - -dev_dependencies: - solid_lints: - path: ../../ - test: ^1.20.1 diff --git a/lint_test/prefer_conditional_expressions_ignore_nested_test/pubspec.yaml b/lint_test/prefer_conditional_expressions_ignore_nested_test/pubspec.yaml deleted file mode 100644 index 188938a9..00000000 --- a/lint_test/prefer_conditional_expressions_ignore_nested_test/pubspec.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: prefer_conditional_expressions_ignore_nested_test -description: A starting point for Dart libraries or applications. -publish_to: none - -environment: - sdk: '>=3.0.0 <4.0.0' - -dependencies: - flutter: - sdk: flutter - -dev_dependencies: - solid_lints: - path: ../../ - test: ^1.20.1 diff --git a/pubspec.yaml b/pubspec.yaml index ff116c3b..c758780a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: solid_lints description: Lints for Dart and Flutter based on software industry standards and best practices. -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/solid-software/solid_lints/ documentation: https://solid-software.github.io/solid_lints/docs/intro topics: [lints, linter, lint, analysis, analyzer] @@ -13,7 +13,7 @@ environment: dependencies: analyzer: ^6.2.0 collection: ^1.17.2 - custom_lint_builder: ^0.5.8 + custom_lint_builder: ^0.6.0 glob: ^2.1.2 path: ^1.8.3 yaml: ^3.1.2