Skip to content

IntelliTect/pre-commit-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

pre-commit-flutter

pre-commit hooks for Flutter


To use the hooks:

# .pre-commit-config.yaml
repos:
  - repo: https://github.com/intellitect/pre-commit-flutter
    rev: 70e63d4b1a3a3262bedbdf53a03dadae302b99a0
    hooks:
      - id: flutter-lint

To update to the latest version of the hook:

pre-commit autoupdate --bleeding-edge --repo https://github.com/intellitect/pre-commit-flutter

Development

To test a hook in this repo:

pre-commit try-repo --all-files . flutter-lint

To test all the hooks, remove the hook ID:

pre-commit try-repo --all-files .

About

pre-commit hooks for Flutter apps

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published