Skip to content

Instantly share code, notes, and snippets.

@rmanganiello
Created December 16, 2021 00:03
Show Gist options
  • Select an option

  • Save rmanganiello/be590ef540a0b8d1f13fc8d97f367430 to your computer and use it in GitHub Desktop.

Select an option

Save rmanganiello/be590ef540a0b8d1f13fc8d97f367430 to your computer and use it in GitHub Desktop.
Flutter Tizen `pre-commit` configuration
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