Skip to content

Commit e3bc8ce

Browse files
authored
Update sfdx-hardis fileMatch patterns in catalog.json (SchemaStore#5078)
1 parent c9ffe1a commit e3bc8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/json/catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5429,8 +5429,8 @@
54295429
"fileMatch": [
54305430
".sfdx-hardis.yml",
54315431
".sfdx-hardis.yaml",
5432-
"**/branches/.sfdx-hardis.*.yml",
5433-
"**/branches/.sfdx-hardis.*.yaml"
5432+
".sfdx-hardis.*.yml",
5433+
".sfdx-hardis.*.yaml"
54345434
],
54355435
"url": "https://raw.githubusercontent.com/hardisgroupcom/sfdx-hardis/main/config/sfdx-hardis.jsonschema.json"
54365436
},

0 commit comments

Comments
 (0)