Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 618 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 618 Bytes

Dart SDK Version

Usage

To use the lints, add as a dev dependency in your pubspec.yaml:

dev_dependencies:
  better_linter:
    git:
      url: [email protected]:mdikcinar/better_linter.git
      ref: master

Then, add an include in analysis_options.yaml:

include: package:better_linter/analysis_options.yaml

This will ensure you always use the latest version of the lints. If you wish to restrict the lint version, specify a version of analysis_options.yaml instead:

include: package:better_linter/analysis_options.1.0.0.yaml