Skip to content

appcypher/flutter-format-analyze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Analyze pre-commit

pre-commit hook for running Flutter anlyzer

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

- repo: https://github.com/dluksza/flutter-analyze-pre-commit
  rev: "master"
  hooks:
    - id: flutter-analyze
      args: [lib/*]

Acknowledgements

Charles Crete for creating flutter-format-pre-commit

About

Run flutter format and analyze with pre-commit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%