Skip to content

Courtsite/courtsite-flutter-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and effective_dart as well as some custom rules on top of it.

Usage

pubspec.yaml

dev_dependencies:
  courtsite_flutter_lints:
    git:
      url: https://github.com/Courtsite/courtsite-flutter-lint.git

analysis_options.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.

About

Courtsite's Flutter linter options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published