Skip to content

Commit a3ff09c

Browse files
hoijuipre-commit-ci[bot]hyperupcall
authored
Add support for Open Know-How (OKH) files (SchemaStore#4578)
* Add support for Open Know-How (OKH) files * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Edwin Kofler <[email protected]>
1 parent e91ca95 commit a3ff09c

File tree

3 files changed

+1018
-1
lines changed

3 files changed

+1018
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ repos:
2525
args:
2626
[
2727
'--ignore-words-list',
28-
'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn,notIn,CopyIn,Requestor,requestor,re-use,ofo,abl,dout',
28+
'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn,notIn,CopyIn,Requestor,requestor,re-use,ofo,abl,dout,foto,vor,wel',
2929
]

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7748,6 +7748,12 @@
77487748
"description": "Configuration for Sake, Swift-based utility for managing project commands",
77497749
"fileMatch": [".sake.yml"],
77507750
"url": "https://json.schemastore.org/sake.json"
7751+
},
7752+
{
7753+
"name": "Open Know-How",
7754+
"description": "Open Source Hardware project metadata",
7755+
"fileMatch": ["okh.{json,toml,yml,yaml}", "*.okh.{json,toml,yml,yaml}"],
7756+
"url": "https://json.schemastore.org/okh.json"
77517757
}
77527758
]
77537759
}

0 commit comments

Comments
 (0)