ci(deps): update taiki-e/install-action digest to 6ef672e#80
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
ci(deps): update taiki-e/install-action digest to 6ef672e#80renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 1 | no | 1.27s | ||
| ✅ JSON | jsonlint | 1 | 0 | 0 | 0.2s | |
| ✅ JSON | prettier | 1 | 0 | 0 | 0 | 0.42s |
| ✅ JSON | v8r | 1 | 0 | 0 | 1.92s | |
| ✅ MARKDOWN | rumdl | 2 | 0 | 0 | 0 | 0.05s |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.02s |
| ✅ PYTHON | ruff-format | yes | yes | no | no | 0.03s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| cspell | yes | 5 | no | 3.78s | ||
| ✅ YAML | prettier | 1 | 0 | 0 | 0 | 0.42s |
| ✅ YAML | v8r | 1 | 0 | 0 | 1.21s | |
| ✅ YAML | yamllint | 1 | 0 | 0 | 0.56s |
Detailed Issues
⚠️ SPELL / cspell - 5 errors
.pre-commit-config.yaml:20:12 - Unknown word (dotenv) -- # Skip dotenv-linter in CI because
Suggestions: [dotnet, dote, doted, doter, dotes]
.pre-commit-config.yaml:22:7 - Unknown word (dotenv) -- - dotenv-linter
Suggestions: [dotnet, dote, doted, doter, dotes]
.pre-commit-config.yaml:40:13 - Unknown word (dotenv) -- - id: dotenv-linter
Suggestions: [dotnet, dote, doted, doter, dotes]
.pre-commit-config.yaml:59:13 - Unknown word (rumdl) -- - id: rumdl-fmt
Suggestions: [rumal, rudd, rude, rudy, rued]
README.md:66:59 - Unknown word (mergery) -- approve it and let [`mergery[bot]`](https://github
Suggestions: [merger, margery, mercery, mergers, Margery]
CSpell: Files checked: 47, Issues found: 5 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": [
"dotenv",
"mergery",
"rumdl"
]
}
You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 1 error
Clone found (bash):
- mise-tasks/install.sh [4:1 - 25:8] (21 lines, 159 tokens)
mise-tasks/upgrade.sh [5:1 - 26:8]
┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 3 │ 188 │ 1617 │ 0 │ 0 (0%) │ 0 (0%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css │ 4 │ 114 │ 693 │ 0 │ 0 (0%) │ 0 (0%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash │ 3 │ 98 │ 641 │ 1 │ 21 (21.43%) │ 159 (24.8%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2 │ 67 │ 425 │ 0 │ 0 (0%) │ 0 (0%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 12 │ 467 │ 3376 │ 1 │ 21 (4.5%) │ 159 (4.71%) │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (4.5%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (4.5%) 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
1ddf66f to
10c6326
Compare
10c6326 to
0721323
Compare
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.
This PR contains the following updates:
e9e8e03→6ef672eWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.