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