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 1b674d3 commit abb0d03Copy full SHA for abb0d03
.pre-commit-config.yaml
@@ -95,6 +95,7 @@ repos:
95
entry: ./scripts/ci/test_ids/test_ids_legal.py
96
args: ["id_valid", "--print_invalid"]
97
files: '^dasharo-.*/.*\.robot$'
98
+ pass_filenames: false
99
100
- id: test-os-ids-check
101
name: test-os-ids-check
@@ -106,6 +107,7 @@ repos:
106
107
108
args: ["os_valid", "--print_invalid"]
109
110
111
112
- id: test-ids-mappings
113
name: test-ids-mappings
@@ -117,3 +119,4 @@ repos:
117
119
118
120
args: ["id_mapped", "--print_invalid"]
121
files: '(^test_cases\.json$|^dasharo-.*/.*\.robot$)'
122
0 commit comments