-
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(main): release 0.3.1 #13
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
mergery
merged 2 commits into
main
from
release-please--branches--main--components--tangerine
Aug 24, 2025
Merged
chore(main): release 0.3.1 #13
mergery
merged 2 commits into
main
from
release-please--branches--main--components--tangerine
Aug 24, 2025
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
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ BASH | shellcheck | 2 | 0 | 0 | 0.24s | |
| ✅ BASH | shfmt | 2 | 0 | 0 | 0 | 0.01s |
| ✅ COPYPASTE | jscpd | yes | no | no | 1.63s | |
| ✅ JSON | jsonlint | 8 | 0 | 0 | 0.15s | |
| ✅ JSON | prettier | 8 | 0 | 0 | 0 | 0.34s |
| ✅ JSON | v8r | 8 | 0 | 0 | 4.54s | |
| ✅ MARKDOWN | prettier | 3 | 0 | 0 | 0 | 0.52s |
| cspell | 19 | 14 | 0 | 3.08s | ||
| ✅ YAML | prettier | 2 | 0 | 0 | 0 | 0.49s |
| ✅ YAML | v8r | 2 | 0 | 0 | 4.56s | |
| ✅ YAML | yamllint | 2 | 0 | 0 | 0.36s |
Detailed Issues
⚠️ SPELL / cspell - 14 errors
completions/bash/tangerine:7:32 - Unknown word (CWORD) -- cur="${COMP_WORDS[COMP_CWORD]}"
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:13:38 - Unknown word (CWORD) -- COMP_WORDS[@]:0:COMP_CWORD}"
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:39:9 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:45:42 - Unknown word (CWORD) -- cur} == -* || ${COMP_CWORD} -eq 1 ]] ; then
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:61:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:67:42 - Unknown word (CWORD) -- cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:75:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:81:42 - Unknown word (CWORD) -- cur} == -* || ${COMP_CWORD} -eq 2 ]] ; then
Suggestions: [CORD, CHORD, COORD, WORD, DWORD]
completions/bash/tangerine:89:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/bash/tangerine:103:13 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:85:9 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:87:1 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:89:9 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
completions/zsh/_tangerine:91:1 - Unknown word (esac) -- esac
Suggestions: [esau, Esau, esa, esc, ESA]
CSpell: Files checked: 16, Issues found: 14 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": [
"CWORD",
"esac"
]
}
You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
See detailed reports in MegaLinter artifacts
a98e160 to
194570c
Compare
df9fee2 to
a497292
Compare
liblaf
approved these changes
Aug 24, 2025
|
🤖 Created releases: 🌻 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.1 (2025-08-24)
🐛 Bug Fixes
This PR was generated with Release Please. See documentation.