mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
9b7e3d0f16
- Closes #8179 # Important Notes - ⚠️ These tests are currently *not run* on any CI workflow. - There is some unused code for mocking the PM. This has been intentionally kept, as this may be useful in the future. Note that this may be useful for testing the dashboard, however the dashboard is currently only tested in cloud mode - that is, without the backend switcher, and with only the remote backend available. As such, currently it uses HTTP API mocks, and no PM mock.
21 lines
721 B
Plaintext
21 lines
721 B
Plaintext
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
|
version: v1.25.0
|
|
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
|
ignore:
|
|
javascript/DuplicateIfBody:
|
|
- '*':
|
|
reason: Intentional.
|
|
javascript/VueGetterDoesntReturn:
|
|
- '*':
|
|
reason: set() should not return... and TypeScript catches these errors.
|
|
javascript/MissingArgument:
|
|
- '*':
|
|
reason: TypeScript catches these errors. This warning is incorrect.
|
|
javascript/PromiseNotCaughtGeneral:
|
|
- '*':
|
|
reason: Not relevant.
|
|
javascript/IncompatibleTypesInComparison:
|
|
- '*':
|
|
reason: TypeScript catches these errors in a more sensible way.
|
|
patch: {}
|