Open
Conversation
Contributor
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 2 | no | 1.77s | ||
| ✅ JSON | prettier | 7 | 0 | 0 | 0 | 0.41s |
| ✅ JSON | v8r | 7 | 0 | 0 | 4.02s | |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.29s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| cspell | 31 | 1 | 0 | 4.21s | ||
| ✅ YAML | prettier | 4 | 0 | 0 | 0 | 0.48s |
| ✅ YAML | v8r | 4 | 0 | 0 | 5.25s | |
| ✅ YAML | yamllint | 4 | 0 | 0 | 0.43s |
Detailed Issues
⚠️ SPELL / cspell - 1 error
tmp.6NE8UxMvCk/renovate-config.json:28:4 - Unknown word (pyenv) -- "pyenv": {
Suggestions: [peen, pena, pend, peng, penh]
CSpell: Files checked: 31, Issues found: 1 in 1 file.
You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"package-lock.json",
"megalinter-reports"
],
"words": [
"pyenv"
]
}
You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 2 errors
Clone found (python):
- tests/test_eager_import.py [41:4 - 54:4] (13 lines, 123 tokens)
tests/test_eager_import.py [9:4 - 22:3]
Clone found (python):
- tests/test_eager_import.py [60:2 - 72:30] (12 lines, 121 tokens)
tests/test_eager_import.py [28:2 - 40:27]
┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash │ 7 │ 177 │ 1108 │ 0 │ 0 (0%) │ 0 (0%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 10 │ 426 │ 3679 │ 2 │ 25 (5.87%) │ 244 (6.63%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 17 │ 603 │ 4787 │ 2 │ 25 (4.15%) │ 244 (5.1%) │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 2 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (4.15%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (4.15%) over threshold (0%)
at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:612:13)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:110:18
at Array.forEach (<anonymous>)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:22
at async /node-deps/node_modules/jscpd/dist/jscpd.js:351:5
See detailed reports in MegaLinter artifacts
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
=======================================
Coverage 88.95% 88.95%
=======================================
Files 6 6
Lines 181 181
Branches 23 23
=======================================
Hits 161 161
Misses 14 14
Partials 6 6 ☔ View full report in Codecov by Sentry. |
liblaf
previously approved these changes
Mar 23, 2026
5ee6987 to
fdeac63
Compare
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/biomejs/pre-commit: v2.4.9 → v2.4.10](biomejs/pre-commit@v2.4.9...v2.4.10) - [github.com/rvben/rumdl-pre-commit: v0.1.62 → v0.1.67](rvben/rumdl-pre-commit@v0.1.62...v0.1.67)
fdeac63 to
bfeacfe
Compare
Documentation build overview
Show files changed (2 files in total): 📝 2 modified | ➕ 0 added | ➖ 0 deleted
|
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 2 | no | 1.11s | ||
| ✅ JSON | jsonlint | 1 | 0 | 0 | 0.1s | |
| ✅ JSON | prettier | 1 | 0 | 0 | 0 | 0.27s |
| ✅ JSON | v8r | 1 | 0 | 0 | 2.16s | |
| ✅ MARKDOWN | rumdl | 3 | 0 | 0 | 0 | 0.06s |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.03s |
| ✅ PYTHON | ruff-format | yes | yes | no | no | 0.02s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| cspell | yes | 7 | no | 2.9s |
Detailed Issues
⚠️ SPELL / cspell - 7 errors
CHANGELOG.md:15:54 - Unknown word (bfadeab) -- install-action digest to bfadeab (#17) - [9dfbf23](https
Suggestions: [baeda, Baeda, bade, baden, blade]
CHANGELOG.md:16:21 - Unknown word (codspeedhq) -- - **(deps)** update codspeedhq/action digest to d8
Suggestions: []
README.md:44:5 - Unknown word (mypkg) -- In `mypkg/__init__.py`, wire the
Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:49:3 - Unknown word (getattr) -- __getattr__, __dir__, __all__
Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:55:3 - Unknown word (getattr) -- __getattr__, __dir__, __all__
Suggestions: [getter, gestate, guttate, getty, Getty]
README.md:58:17 - Unknown word (mypkg) -- In the sibling `mypkg/__init__.pyi`, declare
Suggestions: [mpeg, mybig, myBig, mypage, Mybig]
README.md:102:5 - Unknown word (etils) -- - [`etils.epy.lazy_api_imports
Suggestions: [evils, utils, elis, tels, eblis]
CSpell: Files checked: 51, Issues found: 7 in 2 files.
You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)
{
"version": "0.2",
"language": "en",
"ignorePaths": [
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/**",
"**/.pnpm-lock.json",
".vscode",
"package-lock.json",
"megalinter-reports"
],
"words": [
"bfadeab",
"codspeedhq",
"etils",
"getattr",
"mypkg"
]
}
You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 2 errors
Clone found (python):
- tests/test_eager_import.py [41:4 - 54:4] (13 lines, 123 tokens)
tests/test_eager_import.py [9:4 - 22:3]
Clone found (python):
- tests/test_eager_import.py [60:2 - 72:30] (12 lines, 121 tokens)
tests/test_eager_import.py [28:2 - 40:27]
┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 12 │ 637 │ 4817 │ 2 │ 25 (3.92%) │ 244 (5.07%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 12 │ 637 │ 4817 │ 2 │ 25 (3.92%) │ 244 (5.07%) │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 2 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (3.92%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (3.92%) over threshold (0%)
at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
at Array.forEach (<anonymous>)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5
See detailed reports in MegaLinter artifacts

Show us your support by starring ⭐ the repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
updates: