Skip to content

Commit

Permalink
cspell + semver upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jul 26, 2023
1 parent a308c93 commit 3c0569f
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 47 deletions.
16 changes: 0 additions & 16 deletions .cspell.json

This file was deleted.

228 changes: 228 additions & 0 deletions .github/linters/.cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
{
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"megalinter",
"package-lock.json",
"report"
],
"language": "en",
"noConfigSearch": true,
"version": "0.2",
"words": [
"ABAP",
"ABNF",
"Bisoni",
"Brainfuck",
"Buildx",
"CODETOTAL",
"Cpcdos",
"Crmsh",
"Cypher",
"DEVSKIM",
"DJLINT",
"DUSTILOCK",
"Dafny",
"EBNF",
"Eyal",
"Flix",
"GITLEAKS",
"GSQL",
"Golo",
"HTMLHINT",
"Haml",
"Haxe",
"IRPF",
"Itay",
"Jolie",
"KICS",
"LDIF",
"Laravel",
"MLIR",
"Mathematica",
"Mojolicious",
"Moonscript",
"Motoko",
"NSIS",
"Oxygene",
"Proto",
"ROOTPATH",
"Rebol",
"Roboconf",
"SARIF",
"SEMGREP",
"SHELLCHECK",
"SHFMT",
"SYFT",
"Sarif",
"Satoshi",
"Scilab",
"Smali",
"Stata",
"TRIVY",
"TRUFFLEHOG",
"Toit",
"Trivy",
"VHDL",
"Vala",
"Verilog",
"Vuillamy",
"Zephir",
"abap",
"abnf",
"accesslog",
"actionscript",
"adoc",
"afpmcmb",
"angelscript",
"apacheconf",
"applescript",
"armasm",
"aspectj",
"autofix",
"autohotkey",
"autoit",
"avrasm",
"axapta",
"bbcode",
"bgcolor",
"brainfuck",
"buildx",
"bvyv",
"capnp",
"capnproto",
"cbdd",
"chpl",
"cmdline",
"codetotal",
"countup",
"craftcms",
"crmsh",
"cypher",
"dafny",
"devicon",
"devskim",
"dsconfig",
"dustilock",
"ebnf",
"extrahead",
"filesize",
"flix",
"fontawesome",
"gcode",
"gdscript",
"gitleaks",
"glightbox",
"glsl",
"golo",
"gololang",
"grype",
"gsql",
"gtag",
"hadolint",
"haml",
"haxe",
"hlsl",
"htmlbars",
"hylang",
"iecst",
"irpf",
"javascripts",
"jolie",
"kaos",
"kics",
"kubeconform",
"kubescape",
"languagedetection",
"lassoscript",
"ldif",
"livecodeserver",
"livescript",
"lookml",
"lycheeignore",
"materialx",
"mathematica",
"mawk",
"megalinter",
"mipsasm",
"mirc",
"mkdocs",
"mkdown",
"mlir",
"mojolicious",
"moonscript",
"motoko",
"nawk",
"nginxconf",
"njsproj",
"nodenext",
"nsis",
"ntvs",
"nvuillam",
"objc",
"openscad",
"osascript",
"oxsecurity",
"oxygene",
"pcmk",
"pgsql",
"pinescript",
"podspec",
"postbuild",
"precodetotal",
"prestart",
"proto",
"protobuf",
"pycon",
"pymdown",
"pymdownx",
"qsharp",
"quickfixes",
"reasonml",
"rebol",
"redbol",
"riscript",
"ruleslanguage",
"sarif",
"scilab",
"semgrep",
"shellcheck",
"shexc",
"shfmt",
"smali",
"specfile",
"stanfuncs",
"stata",
"stefanzweifel",
"styl",
"stylelint",
"syft",
"terragrunt",
"terrascan",
"tflint",
"toit",
"trivy",
"trufflehog",
"tsbuildinfo",
"tsql",
"twemoji",
"typia",
"uvicorn",
"vala",
"vbnet",
"vbscript",
"venv",
"verilog",
"vhdl",
"vuln",
"xquery",
"xsharp",
"xtlang",
"zenscript",
"zephir",
"zustand"
]
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CODETOTAL_UPLOAD_FILE_LIMIT_BYTES=10000000
- Run `npm run build` at the root folder
- This will create a `dist` folder with the backend code
- The frontend code will be under `dist/public`
- Run using `npm run production` (equivilant to `node dist/index.js`)
- Run using `npm run production` (equivalent to `node dist/index.js`)

## Debugging in VSCode

Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c0569f

Please sign in to comment.