-
Notifications
You must be signed in to change notification settings - Fork 5
/
build.yaml
64 lines (64 loc) · 3.25 KB
/
build.yaml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
targets:
$default:
builders:
# Configure the builder `pkg_name|builder_name`
# In this case, the member_count builder defined in `../example`
type_gen|build_interfaces:
# Only run this builder on the specified input.
generate_for:
#- lib/library_source.dart
# - lib/types/interfaces/assets/builder.dart
# - lib/types/interfaces/attestations/builder.dart
# - lib/types/interfaces/aura/builder.dart
# - lib/types/interfaces/author/builder.dart
# - lib/types/interfaces/authorship/builder.dart
# - lib/types/interfaces/babe/builder.dart
# - lib/types/interfaces/balances/builder.dart
# - lib/types/interfaces/chain/builder.dart
# - lib/types/interfaces/childstate/builder.dart
# - lib/types/interfaces/claims/builder.dart
# - lib/types/interfaces/collective/builder.dart
# - lib/types/interfaces/consensus/builder.dart
# - lib/types/interfaces/contracts/builder.dart
# - lib/types/interfaces/contractsAbi/builder.dart
# - lib/types/interfaces/democracy/builder.dart
# # - lib/types/interfaces/elections/builder.dart
# - lib/types/interfaces/engine/builder.dart
# # - lib/types/interfaces/ethereum/builder.dart
# - lib/types/interfaces/evm/builder.dart
# # - lib/types/interfaces/extrinsics/builder.dart
# - lib/types/interfaces/genericAsset/builder.dart
# # - lib/types/interfaces/grandpa/builder.dart
# # - lib/types/interfaces/identity/builder.dart
# - lib/types/interfaces/imOnline/builder.dart
# # - lib/types/interfaces/metadata/builder.dart
# - lib/types/interfaces/offchain/builder.dart
# # - lib/types/interfaces/offences/builder.dart
# # - lib/types/interfaces/parachains/builder.dart
# - lib/types/interfaces/payment/builder.dart
# - lib/types/interfaces/poll/builder.dart
# - lib/types/interfaces/proxy/builder.dart
# - lib/types/interfaces/purchase/builder.dart
# - lib/types/interfaces/recovery/builder.dart
- lib/types/interfaces/rpc/builder.dart
# # - lib/types/interfaces/runtime/builder.dart
# - lib/types/interfaces/scaleInfo/builder.dart
- lib/types/interfaces/scheduler/builder.dart
# # - lib/types/interfaces/session/builder.dart
# # - lib/types/interfaces/society/builder.dart
# # - lib/types/interfaces/staking/builder.dart
# # - lib/types/interfaces/state/builder.dart
# - lib/types/interfaces/support/builder.dart
# # - lib/types/interfaces/synstate/builder.dart
# - lib/types/interfaces/system/builder.dart
# # - lib/types/interfaces/treasury/builder.dart
# - lib/types/interfaces/txpayment/builder.dart
# - lib/types/interfaces/utility/builder.dart
# - lib/types/interfaces/vesting/builder.dart
# The end-user of a builder which applies "source_gen|combining_builder"
# may configure the builder to ignore specific lints for their project
source_gen|combining_builder:
options:
ignore_for_file:
- lint_a
- lint_b