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

Bump version number in README.md #12

Merged
merged 2 commits into from
Nov 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addresses #11


# 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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As explained in #11 - thanks!


## Unused Lints

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