https://github.com/courtsite/courtsite-flutter-lint
Courtsite's Flutter linter options
https://github.com/courtsite/courtsite-flutter-lint
Last synced: 3 months ago
JSON representation
Courtsite's Flutter linter options
- Host: GitHub
- URL: https://github.com/courtsite/courtsite-flutter-lint
- Owner: Courtsite
- Created: 2020-01-30T07:28:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T07:31:33.000Z (over 6 years ago)
- Last Synced: 2025-12-13T01:33:00.113Z (6 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Courtsite's Flutter linter options
To standardize linter settings across Flutter projects in Courtsite, this repository will hold the settings which can be included in Flutter projects inside `analysis_options.yaml`. The rules are a combination of rules from [pedantic](https://github.com/dart-lang/pedantic) and [effective_dart](https://github.com/tenhobi/effective_dart) as well as some custom rules on top of it.
## Usage
### pubspec.yaml
```yaml
dev_dependencies:
courtsite_flutter_lints:
git:
url: https://github.com/Courtsite/courtsite-flutter-lint.git
```
### analysis_options.yaml
```yaml
include: package:courtsite_flutter_lints/analysis_options.yaml
```
## Disabled options
By default the `public_member_api_docs` is disabled because its a lot of noise on existing repositories. Enable it manually on new repositories if desired.