-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
43 lines (35 loc) · 851 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
43 lines (35 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: legacy_checks_workspace
repository: https://github.com/lishaduck/legacy_checks
publish_to: none
environment:
sdk: ">=3.7.0 <4.0.0"
flutter: "3.29.2"
workspace:
- packages/_analysis_options
- packages/flutter_checks
- packages/legacy_checks
dependency_overrides:
pana: 0.22.18
dev_dependencies:
melos: ^7.0.0-dev.8
melos:
command:
bootstrap:
environment:
sdk: "^3.7.0"
version:
changelogFormat:
includeDate: true
branch: main
scripts:
test:
description: run tests
exec: dart run very_good_cli:very_good test --coverage --test-randomize-ordering-seed random
packageFilters:
dependsOn:
- very_good_cli
pana:
description: run pana
exec: dart run pana . --exit-code-threshold=130
packageFilters:
noPrivate: true