Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from hugovdm/master
Browse files Browse the repository at this point in the history
Bump version number in README.md
  • Loading branch information
davidmorgan authored Nov 30, 2018
2 parents 47b0798 + a0cf50f commit b440df4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ To use those lints you can add a dependency in your `pubspec.yaml`:
# If you also need to import `package:pedantic/pedantic.dart`, it's a
# normal dependency.
dependencies:
pedantic: '1.1.0'
pedantic: '1.4.0'

# Or, if you just want `analysis_options.yaml`, it can be a dev dependency.
dev_dependencies:
pedantic: '1.1.0'
pedantic: '1.4.0'
```
and add an include in your `analysis_options.yaml`:
Expand All @@ -55,6 +55,9 @@ and add an include in your `analysis_options.yaml`:
include: package:pedantic/analysis_options.yaml
```

This example uses a pinned version because every added lint rule could break a
build for projects using it.

## Unused Lints

The following lints have been considered and will _not_ be enforced:
Expand Down

0 comments on commit b440df4

Please sign in to comment.