We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc4b2b commit 407ece9Copy full SHA for 407ece9
.pre-commit-config.yaml
@@ -89,6 +89,9 @@ repos:
89
name: test-ids-check
90
description: Check if test IDs are valid
91
language: python
92
+ additional_dependencies:
93
+ - robotframework
94
+ - fire
95
entry: ./scripts/ci/test_ids/test_ids_legal.py
96
args: ["id_valid", "--print_invalid"]
97
files: '^dasharo-.*/.*\.robot$'
@@ -97,6 +100,9 @@ repos:
100
name: test-os-ids-check
98
101
description: Check if OS ids in tests are valid
99
102
103
104
105
106
107
args: ["os_valid", "--print_invalid"]
108
0 commit comments