Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid cspell error on readonly workspaces #2474

Merged
merged 2 commits into from
Mar 25, 2023
Merged

Avoid cspell error on readonly workspaces #2474

merged 2 commits into from
Mar 25, 2023

Conversation

nvuillam
Copy link
Member

Fixes #2473

@nvuillam
Copy link
Member Author

nvuillam commented Mar 25, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.01s
✅ BASH shellcheck 6 0 0.15s
✅ BASH shfmt 6 0 0 0.42s
✅ COPYPASTE jscpd yes no 2.89s
✅ DOCKERFILE hadolint 115 0 13.1s
✅ JSON eslint-plugin-jsonc 21 0 0 2.47s
✅ JSON jsonlint 19 0 0.2s
✅ JSON v8r 21 0 12.82s
⚠️ MARKDOWN markdownlint 311 0 230 7.98s
⚠️ MARKDOWN markdown-link-check 311 42 305.81s
✅ MARKDOWN markdown-table-formatter 311 0 0 23.6s
✅ OPENAPI spectral 1 0 1.35s
⚠️ PYTHON bandit 184 55 2.34s
✅ PYTHON black 184 0 0 5.32s
✅ PYTHON flake8 184 0 1.56s
✅ PYTHON isort 184 0 0 0.91s
✅ PYTHON mypy 184 0 7.85s
✅ PYTHON pylint 184 0 12.88s
⚠️ PYTHON pyright 184 250 18.06s
✅ REPOSITORY checkov yes no 33.84s
✅ REPOSITORY git_diff yes no 0.42s
✅ REPOSITORY secretlint yes no 14.24s
✅ REPOSITORY trivy yes no 25.38s
✅ SPELL cspell 749 0 22.43s
✅ SPELL misspell 569 0 0 1.07s
✅ XML xmllint 3 0 0 0.42s
✅ YAML prettier 81 0 0 3.26s
✅ YAML v8r 23 0 51.37s
✅ YAML yamllint 82 0 1.2s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@nvuillam
Copy link
Member Author

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 6 0 0.01s
✅ BASH shellcheck 6 0 0.13s
✅ BASH shfmt 6 0 0 0.03s
✅ COPYPASTE jscpd yes no 2.93s
✅ DOCKERFILE hadolint 115 0 10.73s
✅ JSON eslint-plugin-jsonc 21 0 0 1.75s
✅ JSON jsonlint 19 0 0.15s
✅ JSON npm-package-json-lint yes no 0.59s
✅ JSON v8r 21 0 11.51s
⚠️ MARKDOWN markdownlint 311 2 230 5.94s
⚠️ MARKDOWN markdown-link-check 311 72 274.4s
✅ MARKDOWN markdown-table-formatter 311 2 0 18.52s
✅ OPENAPI spectral 1 0 1.77s
⚠️ PYTHON bandit 184 55 1.98s
✅ PYTHON black 184 0 0 3.27s
✅ PYTHON flake8 184 0 1.32s
✅ PYTHON isort 184 0 0 0.49s
✅ PYTHON mypy 184 0 7.09s
✅ PYTHON pylint 184 0 10.71s
⚠️ PYTHON pyright 184 250 16.8s
✅ REPOSITORY checkov yes no 28.88s
⚠️ REPOSITORY devskim yes 61 1.07s
✅ REPOSITORY dustilock yes no 2.78s
✅ REPOSITORY git_diff yes no 0.04s
✅ REPOSITORY secretlint yes no 7.28s
✅ REPOSITORY syft yes no 0.73s
✅ REPOSITORY trivy yes no 15.88s
✅ SPELL cspell 749 0 19.22s
✅ SPELL misspell 569 2 0 0.52s
✅ XML xmllint 3 0 0 0.03s
✅ YAML prettier 81 0 0 2.57s
✅ YAML v8r 23 0 42.85s
✅ YAML yamllint 82 0 1.02s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@nvuillam nvuillam merged commit 65d21a2 into main Mar 25, 2023
@nvuillam nvuillam deleted the cspell-fix branch March 25, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSpellLinter / SPELL_CSPELL fails to run in a read-only filesystem
1 participant