Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treeinfra/strict-lints
A linter rules set that enable as much linter options as possible.
https://github.com/treeinfra/strict-lints
dart flutter lint linter-rules strict-lint
Last synced: 7 days ago
JSON representation
A linter rules set that enable as much linter options as possible.
- Host: GitHub
- URL: https://github.com/treeinfra/strict-lints
- Owner: treeinfra
- License: mit
- Created: 2024-07-27T09:22:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T09:36:01.000Z (4 months ago)
- Last Synced: 2024-08-22T21:49:10.933Z (3 months ago)
- Topics: dart, flutter, lint, linter-rules, strict-lint
- Homepage: https://pub.dev/packages/strict_lints
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Strict Lints
A shared linter rules template that enable as much linter options as possible.
All options except the ones already provided by the
[`flutter_lints`](https://pub.dev/packages/flutter_lints) package
are all listed inside the [`lib/strict_lints.yaml`](./lib/strict_lints.yaml)
source file. Even if the conflicted ones are only commented by remained.
You can refer to the [APIs](https://dart.dev/tools/linter-rules)
for more details.## How to use
First, add it to your `dev_dependencies` in the `pubspec.yaml` manifest file.
```yaml
dev_dependencies:
strict_lints: ^
```Then, include it inside your `analysis_options.yaml` file.
```yaml
include: package:strict_lints/strict_lints.yaml
```## License and Contributors
This package is released under the MIT License.
(see the [license file](./LICENSE))
And all contributors are listed here.
(please at lease use a name in ASCII code and sort alphabetically).- James Aprosail