-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(main): release 0.3.16 #124
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
Merged
Merged
Conversation
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
0695ecc to
fe6f535
Compare
Contributor
Author
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 2 | no | 1.59s | ||
| ✅ JSON | prettier | 7 | 0 | 0 | 0 | 0.35s |
| ✅ JSON | v8r | 7 | 0 | 0 | 4.74s | |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.25s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ SPELL | cspell | 50 | 0 | 0 | 3.31s | |
| ✅ YAML | prettier | 4 | 0 | 0 | 0 | 0.42s |
| ✅ YAML | v8r | 4 | 0 | 0 | 4.93s | |
| ✅ YAML | yamllint | 4 | 0 | 0 | 0.41s |
Detailed Issues
⚠️ COPYPASTE / jscpd - 2 errors
Clone found (python):
- src/liblaf/lime/cli/_generate.py [15:2 - 22:2] (7 lines, 91 tokens)
src/liblaf/lime/cli/_commit/_commit.py [32:5 - 39:12]
Clone found (python):
- src/liblaf/lime/cli/_generate.py [34:2 - 40:2] (6 lines, 76 tokens)
src/liblaf/lime/cli/_commit/_commit.py [65:5 - 70:2]
┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 28 │ 822 │ 7335 │ 2 │ 13 (1.58%) │ 167 (2.28%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash │ 8 │ 183 │ 1132 │ 0 │ 0 (0%) │ 0 (0%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 36 │ 1005 │ 8467 │ 2 │ 13 (1.29%) │ 167 (1.97%) │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 2 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (1.29%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (1.29%) 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 #124 +/- ##
=======================================
Coverage 53.58% 53.58%
=======================================
Files 23 23
Lines 405 405
Branches 45 45
=======================================
Hits 217 217
Misses 183 183
Partials 5 5 ☔ View full report in Codecov by Sentry. |
liblaf
approved these changes
Jan 18, 2026
Contributor
Author
|
🤖 Created releases: 🌻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
automerge
Merge the pull request once unit tests and other checks pass.
autorelease: tagged
means that the Release PR has been merged and the release has been tagged in GitHub
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.

🤖 I have created a release beep boop
0.3.16 (2026-01-16)
🐛 Bug Fixes
This PR was generated with Release Please. See documentation.