Skip to content

Commit

Permalink
fix: spell check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Apr 16, 2024
1 parent ebf3c6c commit 31b5c58
Showing 1 changed file with 35 additions and 34 deletions.
69 changes: 35 additions & 34 deletions .github/linters/.cspell.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,20 @@
{
"ignorePaths": [
"**/CHANGELOG.md",
"**/node_modules/**",
"**/.git/**",
"**/megalinter.yml",
"**/yarn.lock",
"**/.yarnrc.yml",
"**/megalinter.yml",
"**/node_modules/**",
"**/src/metadata/**",
"**/src/service/typeHandlerFactory.ts"
"**/src/service/typeHandlerFactory.ts",
"**/yarn.lock"
],
"language": "en",
"noConfigSearch": true,
"version": "0.2",
"words": [
"\u00c0gain",
"Afile",
"CODECOV",
"CODEOWNERS",
"Cherfaoui",
"Colladon",
"Commitlint",
"depcheckrc",
"FORCEIGNORE",
"FORCEINCLUDE",
"FULLNAME",
"Flexi",
"gitdir",
"hardlinks",
"Iframe",
"knip",
"METAFILE",
"Mehdi",
"Nimn",
"Omni",
"Parens",
"SFDX",
"STATICRESOURCE",
"Scontrol",
"Sebastien",
"Sfdx",
"Translationline",
"Unpackaged",
"Wavehandler",
"amannn",
"anotherignore",
"apexskier",
Expand All @@ -51,43 +25,60 @@
"behaviour",
"benchmarkjs",
"brqh",
"Cherfaoui",
"codeclimate",
"codecov",
"CODECOV",
"CODEOWNERS",
"Colladon",
"commandsstop",
"commitlint",
"Commitlint",
"contentassets",
"customindex",
"datacategorygroup",
"datacategorygroups",
"depcheck",
"depcheckrc",
"destructiveignore",
"destructiveinclude",
"depcheck",
"emailservices",
"EMAILSERVICESFUNCTION",
"eslintcache",
"firstsha",
"Flexi",
"flexipage",
"flexipages",
"flowtest",
"flowtests",
"flowtype",
"forceignore",
"FORCEIGNORE",
"forceinclude",
"FORCEINCLUDE",
"friendlyname",
"FULLNAME",
"geodata",
"gitdir",
"hardlinks",
"iframe",
"Iframe",
"ignorewarnings",
"iife",
"indx",
"Infile",
"knip",
"lcov",
"linebreak",
"lintstagedrc",
"loglevel",
"lwcc",
"mdapi",
"megalinter",
"Mehdi",
"mehdisfdc",
"metafile",
"METAFILE",
"mjyhjbm",
"mkdirs",
"mocharc",
Expand All @@ -96,6 +87,7 @@
"mutingpermissionset",
"mutingpermissionsets",
"myexperiencebundle",
"Nimn",
"nonblock",
"notblank",
"notexist",
Expand All @@ -107,8 +99,10 @@
"oauthcustomscopes",
"oclif",
"omni",
"Omni",
"omnistudio",
"oxsecurity",
"Parens",
"pastsha",
"permissionset",
"permissionsetgroup",
Expand All @@ -127,12 +121,17 @@
"samlssoconfig",
"samlssoconfigs",
"scolladon",
"Scontrol",
"scontrols",
"Sebastien",
"sfdx",
"Sfdx",
"SFDX",
"sgdignore",
"sgdinclude",
"sgdincludedestructive",
"shellcheck",
"STATICRESOURCE",
"staticresources",
"stefanzweifel",
"struc",
Expand All @@ -141,14 +140,17 @@
"testkit",
"testlevel",
"testtest",
"Translationline",
"trivyignore",
"tsbuildinfo",
"unmanaged",
"unmocked",
"unpackaged",
"Unpackaged",
"venv",
"wagoid",
"wapp",
"Wavehandler",
"wcomp",
"wdash",
"wdpr",
Expand All @@ -158,7 +160,6 @@
"wireit",
"wlens",
"xmlbuilder",
"yarnrc",
"\u00c0gain"
"yarnrc"
]
}

0 comments on commit 31b5c58

Please sign in to comment.