Skip to content

StageCoding/stage_lints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lints used in Stage Coding, mostly for GetX architecture.

Stage lints

Implementation steps

  1. Download (Git (Submodule) Assistant)[https://marketplace.visualstudio.com/items?itemName=ivanhofer.git-assistant] VSCode extension
  2. Run git submodule add https://github.com/StageCoding/stage_lints.git
  3. Add these pubspec.yaml dev dependencies
  custom_lint: ^0.3.4
  stage_lints:
    path: stage_lints
  1. Add this to the bottom of analysis_options.yaml file in the project
analyzer:
  plugins:
    - custom_lint
  1. Run dart run custom_lint, or restart the VSCode to see the lints in VSCode

More info can be found in (custom_lint)[https://pub.dev/packages/custom_lint] package page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages