mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-18 20:53:45 +02:00
chore: add pre-commit configuration
This commit is contained in:
parent
ff338d6277
commit
b0b5463ed9
1 changed files with 16 additions and 0 deletions
16
.pre-commit-config.yaml
Normal file
16
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
repos:
|
||||||
|
- repo: https://github.com/dluksza/flutter-analyze-pre-commit
|
||||||
|
rev: 4afcaa82fc368d40d486256bf4edba329bf667bb
|
||||||
|
hooks:
|
||||||
|
- id: dart-format
|
||||||
|
args: [
|
||||||
|
apps/example
|
||||||
|
packages/flutter_availability
|
||||||
|
packages/flutter_availability_data_interface
|
||||||
|
]
|
||||||
|
- id: flutter-analyze
|
||||||
|
args: [
|
||||||
|
apps/example
|
||||||
|
packages/flutter_availability
|
||||||
|
packages/flutter_availability_data_interface
|
||||||
|
]
|
Loading…
Reference in a new issue