Skip to content

A custom set of lints for Dart and Flutter projects.

License

Notifications You must be signed in to change notification settings

charlescyt/choco_lints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choco Lints

Custom lint rules for Dart and Flutter.

Usage

To use choco_lints in your project, follow these steps:

  1. Add choco_lints as a dev dependency in your pubspec.yaml file:
dev_dependencies:
  choco_lints:
    git:
      url: https://github.com/charlescyt/choco_lints.git
      ref: 1.2.0 # specify version here
  1. Include choco_lints/app.yaml or choco_lints/package.yaml in your analysis_options.yaml file:
include: package:choco_lints/app.yaml
or
include: package:choco_lints/package.yaml

About

A custom set of lints for Dart and Flutter projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages