mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-07 09:56:52 +01:00
new global standard
This commit is contained in:
parent
bdda44ef8a
commit
985faf9e8d
8 changed files with 818 additions and 0 deletions
34
custom/setup/templates/cspell.json
Normal file
34
custom/setup/templates/cspell.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"version": "0.2",
|
||||
"language": "en,da",
|
||||
"ignorePaths": [
|
||||
"**/*.xlf",
|
||||
"**/*.xml",
|
||||
"**/node_modules/**",
|
||||
"projectmemory/**",
|
||||
"CLAUDE.md"
|
||||
],
|
||||
"words": [
|
||||
"Curabis",
|
||||
"CURABIS",
|
||||
"codeunit",
|
||||
"Codeunits",
|
||||
"xliff",
|
||||
"subpage",
|
||||
"FactBox",
|
||||
"TestPage",
|
||||
"pageextension",
|
||||
"tableextension",
|
||||
"permissionset",
|
||||
"RunModal",
|
||||
"SetValue",
|
||||
"OpenEdit",
|
||||
"OpenNew",
|
||||
"FindFirst",
|
||||
"FindSet",
|
||||
"FindLast",
|
||||
"WorkDate",
|
||||
"CurrExchRate",
|
||||
"NoImplicitWith"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue