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

Change name of config file for powershell formatter #2231

Merged
merged 4 commits into from
Jan 7, 2023

Conversation

nvuillam
Copy link
Member

@nvuillam nvuillam commented Jan 7, 2023

Fixes #2229

@nvuillam
Copy link
Member Author

nvuillam commented Jan 7, 2023

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 7 0 0.02s
✅ BASH shellcheck 7 0 0.45s
✅ BASH shfmt 7 0 0 0.36s
✅ COPYPASTE jscpd yes no 3.17s
✅ DOCKERFILE hadolint 105 0 10.74s
✅ JSON eslint-plugin-jsonc 21 0 0 2.35s
✅ JSON jsonlint 19 0 0.3s
✅ JSON v8r 21 0 15.81s
⚠️ MARKDOWN markdownlint 305 0 229 7.11s
✅ MARKDOWN markdown-link-check 305 0 6.21s
✅ MARKDOWN markdown-table-formatter 305 0 0 21.89s
✅ OPENAPI spectral 1 0 0.98s
⚠️ PYTHON bandit 175 43 3.2s
✅ PYTHON black 175 0 0 5.03s
✅ PYTHON flake8 175 0 2.21s
✅ PYTHON isort 175 0 0 0.81s
✅ PYTHON mypy 175 0 8.48s
❌ PYTHON pylint 175 1 0.34s
⚠️ PYTHON pyright 175 275 20.65s
✅ REPOSITORY checkov yes no 32.44s
✅ REPOSITORY git_diff yes no 0.36s
✅ REPOSITORY secretlint yes no 9.44s
✅ REPOSITORY trivy yes no 26.17s
✅ SPELL cspell 725 0 21.66s
✅ SPELL misspell 546 0 0 0.95s
✅ XML xmllint 3 0 0.0s
✅ YAML prettier 81 0 0 3.21s
✅ YAML v8r 23 0 67.17s
✅ YAML yamllint 82 0 1.58s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@codecov-commenter
Copy link

Codecov Report

Merging #2231 (d59f709) into main (172d5d6) will increase coverage by 0.51%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2231      +/-   ##
==========================================
+ Coverage   82.48%   82.99%   +0.51%     
==========================================
  Files         170      170              
  Lines        4470     4470              
==========================================
+ Hits         3687     3710      +23     
+ Misses        783      760      -23     
Impacted Files Coverage Δ
megalinter/reporters/UpdatedSourcesReporter.py 89.74% <0.00%> (+2.56%) ⬆️
...alinter/tests/test_megalinter/helpers/utilstest.py 89.01% <0.00%> (+8.05%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@nvuillam
Copy link
Member Author

nvuillam commented Jan 7, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 7 0 0.02s
✅ BASH shellcheck 7 0 0.4s
✅ BASH shfmt 7 0 0 0.04s
✅ COPYPASTE jscpd yes no 2.19s
✅ DOCKERFILE hadolint 105 0 8.07s
✅ JSON eslint-plugin-jsonc 21 0 0 1.84s
✅ JSON jsonlint 19 0 0.23s
✅ JSON npm-package-json-lint yes no 0.55s
✅ JSON v8r 21 0 13.41s
⚠️ MARKDOWN markdownlint 305 2 229 6.02s
✅ MARKDOWN markdown-link-check 305 0 5.28s
✅ MARKDOWN markdown-table-formatter 305 2 0 16.82s
✅ OPENAPI spectral 1 0 0.85s
⚠️ PYTHON bandit 175 43 2.39s
✅ PYTHON black 175 0 0 3.89s
✅ PYTHON flake8 175 0 1.86s
✅ PYTHON isort 175 0 0 0.42s
✅ PYTHON mypy 175 0 7.26s
✅ PYTHON pylint 175 0 12.23s
⚠️ PYTHON pyright 175 273 18.78s
✅ REPOSITORY checkov yes no 27.65s
⚠️ REPOSITORY devskim yes 60 1.13s
✅ REPOSITORY dustilock yes no 1.91s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 4.73s
✅ REPOSITORY syft yes no 3.58s
✅ REPOSITORY trivy yes no 17.89s
✅ SPELL cspell 725 0 19.44s
✅ SPELL misspell 546 2 0 0.53s
✅ XML xmllint 3 0 0.02s
✅ YAML prettier 81 0 0 2.62s
✅ YAML v8r 23 0 56.33s
✅ YAML yamllint 82 0 1.61s

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 43d0261 into main Jan 7, 2023
@nvuillam nvuillam deleted the fixes/powershell-formatter branch January 7, 2023 23:25
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.

Poweshell_Formatter error when using .powershell-psscriptanalyzer.psd1 file
2 participants