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

config: added rwlock around plugins map #1143

Merged
merged 4 commits into from
Dec 12, 2023
Merged

config: added rwlock around plugins map #1143

merged 4 commits into from
Dec 12, 2023

Conversation

jdx
Copy link
Owner

@jdx jdx commented Dec 12, 2023

No description provided.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (b0e668f) 86.16% compared to head (29ea4b2) 84.40%.

Files Patch % Lines
src/cli/plugins/uninstall.rs 28.57% 5 Missing ⚠️
src/cli/sync/node.rs 0.00% 3 Missing ⚠️
src/cli/external.rs 71.42% 2 Missing ⚠️
src/cli/ls_remote.rs 60.00% 2 Missing ⚠️
src/config/mod.rs 93.93% 2 Missing ⚠️
src/shims.rs 50.00% 2 Missing ⚠️
src/cli/current.rs 83.33% 1 Missing ⚠️
src/toolset/mod.rs 95.65% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1143      +/-   ##
==========================================
- Coverage   86.16%   84.40%   -1.77%     
==========================================
  Files         138      138              
  Lines       12690    12674      -16     
==========================================
- Hits        10934    10697     -237     
- Misses       1756     1977     +221     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Dec 12, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.1s
✅ BASH bash-exec 19 0 0.04s
✅ BASH shellcheck 19 0 0.34s
✅ BASH shfmt 19 0 0 0.04s
✅ DOCKERFILE hadolint 7 0 0.2s
✅ EDITORCONFIG editorconfig-checker 468 0 0.53s
✅ JSON eslint-plugin-jsonc 7 0 0 1.03s
✅ JSON jsonlint 6 0 0.13s
✅ JSON prettier 7 0 0 0.83s
✅ JSON v8r 7 0 4.42s
✅ MARKDOWN markdownlint 13 0 0 2.85s
✅ MARKDOWN markdown-link-check 13 0 12.33s
✅ MARKDOWN markdown-table-formatter 13 0 0 0.41s
✅ PYTHON bandit 1 0 0.84s
✅ PYTHON black 1 0 0 0.58s
✅ PYTHON flake8 1 0 0.39s
✅ PYTHON isort 1 0 0 0.33s
✅ PYTHON mypy 1 0 2.09s
✅ PYTHON pylint 1 0 1.35s
✅ PYTHON pyright 1 0 6.02s
✅ PYTHON ruff 1 0 0 0.06s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 2.23s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.38s
✅ REPOSITORY syft yes no 0.52s
✅ REPOSITORY trivy-sbom yes no 0.97s
✅ REPOSITORY trufflehog yes no 2.76s
✅ RUBY rubocop 2 0 0 5.1s
✅ RUST clippy yes no 107.35s
✅ XML xmllint 5 0 0 0.04s
✅ YAML prettier 12 0 0 1.14s
✅ YAML v8r 12 0 12.12s
✅ YAML yamllint 12 0 0.34s

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

@jdx jdx enabled auto-merge (squash) December 12, 2023 18:24
@jdx jdx merged commit 360491c into main Dec 12, 2023
7 of 8 checks passed
@jdx jdx deleted the config-rwlock branch December 12, 2023 19:57
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.

2 participants