Skip to content

Commit

Permalink
[topgen] Add incoming_alert to the validations
Browse files Browse the repository at this point in the history
To avoid a warning for an extra key in the topgen output

Signed-off-by: Robert Schilling <[email protected]>
  • Loading branch information
Razer6 committed Jan 8, 2025
1 parent d47db98 commit dabef91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/topgen/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@
'module'],
'outgoing_alert': ['s', 'optional string to indicate alerts are routed externally to the named '
'group'],
'incoming_alert': ['l', 'optional list of paths to incoming alert configurations for the '
'alert_handler'],
'incoming_interrupt': ['g', 'Parsed incoming interrupts (generated)'],
}

Expand Down

0 comments on commit dabef91

Please sign in to comment.