Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/pedantic
How to get the most value from Dart static analysis
https://github.com/google/pedantic
Last synced: 3 months ago
JSON representation
How to get the most value from Dart static analysis
- Host: GitHub
- URL: https://github.com/google/pedantic
- Owner: googlearchive
- License: bsd-3-clause
- Archived: true
- Created: 2018-08-20T16:53:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T11:37:34.000Z (over 3 years ago)
- Last Synced: 2024-05-23T00:08:26.386Z (6 months ago)
- Language: Dart
- Homepage: https://pub.dev/packages/pedantic
- Size: 89.8 KB
- Stars: 325
- Watchers: 35
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Pub](https://img.shields.io/pub/v/pedantic.svg)](https://pub.dev/packages/pedantic)
This package is deprecated.
Before it was deprecated, it was the way to get analysis options
matching those used internally at Google. This was useful because
it was a good starting point for which lints to enable.Instead, please see [package:lints](https://pub.dev/packages/lints) which
is the lint recommendation from the Dart team, or
[package:flutter_lints](https://pub.dev/packages/flutter_lints) which
extends that for Flutter. These are better than the Google lint set
because they take into account the needs of all Dart users, not just
Google engineers.To migrate away from `package:pedantic` please see the instructions
[here](https://github.com/dart-lang/lints#migrating-from-packagepedantic).