Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 668 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 668 Bytes

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 .