957adfc097
* fix(security): potential arbitary code execution vulnerability sanitize all user input in zenodo uploader fixes a medium-severity security vulnerability first identified by Snyk * style: format * chore: add shebang to zenodo shellscript * ci(codeclimate): configure * style: format * fix(ci): stylelint plugin not working * chore: remove manifest .vscode * fix(ci): bye bye stylelint * fix(ci): correct codeclimate config specify exclude patterns * fix(security): correct zenodo shellscript fail status --------- Co-authored-by: quantum9Innovation <quantum9Innovation@users.noreply.github.com>
31 lines
470 B
YAML
31 lines
470 B
YAML
plugins:
|
|
duplication:
|
|
enabled: true
|
|
eslint:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
git-legal:
|
|
enabled: true
|
|
markdownlint:
|
|
enabled: true
|
|
sass-lint:
|
|
enabled: true
|
|
shellcheck:
|
|
enabled: true
|
|
checks:
|
|
SC2086:
|
|
enabled: false
|
|
scss-lint:
|
|
enabled: true
|
|
tslint:
|
|
enabled: true
|
|
vint:
|
|
enabled: true
|
|
exclude_patterns:
|
|
- "db/"
|
|
- "**/data.*"
|
|
- "dist/"
|
|
- "**/node_modules/"
|
|
- "**/spec/"
|
|
- "**/vendor/"
|