Created
December 16, 2021 00:03
-
-
Save rmanganiello/be590ef540a0b8d1f13fc8d97f367430 to your computer and use it in GitHub Desktop.
Flutter Tizen `pre-commit` configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repos: | |
| - repo: local | |
| hooks: | |
| - id: flutter-analyze | |
| name: flutter-analyze | |
| entry: bash -c "flutter-tizen analyze --fatal-infos ." | |
| language: system | |
| files: '.*\.dart' | |
| - id: flutter-format | |
| name: flutter-format | |
| entry: bash -c "flutter-tizen format --set-exit-if-changed lib/" | |
| language: system | |
| files: '.*\.dart' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment