Skip to content

guid-empty/flutter-dependency-validation-pre-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dependency-validation-pre-commit

Flutter Dependency Validation pre-commit hook

pre-commit hook for running Flutter Dependency Validation Hook

Add the following in your .pre-commit-config.yaml:

- repo: https://github.com/guid-empty/flutter-dependency-validation-pre-commit
  rev: "master"
  hooks:
    - id: flutter-dependency-validation

How to configure your Flutter project

dev_dependencies:
  dependency_validator: ^semver from pub.dev

Acknowledgements and other hooks useful to be used in your Flutter projects

[Workiva] (https://github.com/Workiva) for creating the dependency_validator package, see more details here:

https://github.com/Workiva/dependency_validator

https://pub.dev/packages/dependency_validator

Charles Crete for creating flutter-format-pre-commit

Dariusz Łuksza for creating flutter-analyze-pre-commit https://github.com/dluksza/flutter-analyze-pre-commit/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages