Skip to content

Commit

Permalink
Extend scs-compliance-check.py to accept new keyword 'classification'
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse committed Oct 26, 2023
1 parent 1eb7351 commit 63e24a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/scs-compliance-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def main(argv):
print(f"... returned {error} errors")
chkidx += 1
for kwd in check:
if kwd not in ('executable', 'args', 'condition'):
if kwd not in ('executable', 'args', 'condition', 'classification'):
print(f"ERROR in spec: check_tools.{kwd} is an unknown keyword",
file=sys.stderr)
for kwd in standard:
Expand Down

0 comments on commit 63e24a1

Please sign in to comment.