Skip to content

Commit

Permalink
Update code gen config tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Nov 14, 2022
1 parent f4bd5fa commit 0171f8e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ generate:
output-options:
include-tags:
- nonparticipating
- private
exclude-tags:
- public
- participating
- common
type-mappings:
integer: uint64
skip-prune: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ generate:
output-options:
include-tags:
- nonparticipating
- public
exclude-tags:
- private
- common
- participating
type-mappings:
integer: uint64
skip-prune: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ generate:
output-options:
include-tags:
- participating
- private
exclude-tags:
- public
- nonparticipating
- common
type-mappings:
integer: uint64
skip-prune: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ generate:
output-options:
include-tags:
- participating
- public
exclude-tags:
- private
- common
- nonparticipating
type-mappings:
integer: uint64
skip-prune: true
Expand Down

0 comments on commit 0171f8e

Please sign in to comment.