Skip to content

Commit

Permalink
chore: v4.0.0+1 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Feb 7, 2023
1 parent 69d57c3 commit a6a635b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# 4.0.0+1

- docs: minor updates to documentation in `README.md`

# 4.0.0

- feat!: upgrade to support Dart `^2.19.0`
- feat: additional lint rules:

- [always_put_required_named_parameters_first](https://dart-lang.github.io/linter/lints/always_put_required_named_parameters_first.html)
- [collection_methods_unrelated_type](https://dart-lang.github.io/linter/lints/collection_methods_unrelated_type.html)
- [combinators_ordering](https://dart-lang.github.io/linter/lints/combinators_ordering.html)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Very Good Analysis

[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]
[![Very Good Ventures][logo_black]][very_good_ventures_link_light]
[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]

Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄

Expand All @@ -22,7 +22,7 @@ To use the lints, add as a dev dependency in your `pubspec.yaml`:

```yaml
dev_dependencies:
very_good_analysis: ^3.1.0
very_good_analysis: ^4.0.0
```
Then, add an include in `analysis_options.yaml`:
Expand All @@ -34,7 +34,7 @@ include: package:very_good_analysis/analysis_options.yaml
This will ensure you always use the latest version of the lints. If you wish to restrict the lint version, specify a version of `analysis_options.yaml` instead:

```yaml
include: package:very_good_analysis/analysis_options.3.1.0.yaml
include: package:very_good_analysis/analysis_options.4.0.0.yaml
```

## Suppressing Lints
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: very_good_analysis
version: 4.0.0
version: 4.0.0+1
description: Lint rules for Dart and Flutter used internally at Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/very_good_analysis
issue_tracker: https://github.com/VeryGoodOpenSource/very_good_analysis/issues
Expand Down

0 comments on commit a6a635b

Please sign in to comment.