Skip to content

Commit

Permalink
Update README.md (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhwanCha committed May 18, 2023
1 parent 3b282c4 commit 0b36ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To use the lints, add as a dev dependency in your `pubspec.yaml`:

```yaml
dev_dependencies:
very_good_analysis: ^4.0.0
very_good_analysis: ^5.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.4.0.0.yaml
include: package:very_good_analysis/analysis_options.5.0.0.yaml
```

## Suppressing Lints
Expand Down

0 comments on commit 0b36ebb

Please sign in to comment.