chore: update repo - #13
Merged
Merged
Conversation
Contributor
Author
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 5 | 0 | 0 | 0.29s | |
| ✅ CPP | clang-format | 15 | 3 | 0 | 0 | 0.98s |
| ✅ CPP | cppcheck | 15 | 0 | 0 | 0.79s | |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0 | 0.28s | |
| ✅ JSON | jsonlint | 7 | 0 | 0 | 0.16s | |
| ✅ JSON | prettier | 7 | 2 | 0 | 0 | 1.7s |
| markdownlint | 6 | 1 | 10 | 0 | 2.01s | |
| ✅ MARKDOWN | markdown-table-formatter | 6 | 1 | 0 | 0 | 1.33s |
| ✅ REPOSITORY | git_diff | yes | no | no | 1.07s | |
| ✅ REPOSITORY | grype | yes | no | no | 25.28s | |
| ✅ REPOSITORY | ls-lint | yes | no | no | 0.06s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 40.22s | |
| ✅ REPOSITORY | syft | yes | no | no | 1.17s | |
| ✅ REPOSITORY | trivy | yes | no | no | 5.62s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 1.14s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 7.96s | |
| lychee | 32 | 2 | 0 | 88.36s | ||
| ✅ YAML | prettier | 8 | 1 | 0 | 0 | 1.13s |
| ✅ YAML | v8r | 8 | 0 | 0 | 5.04s | |
| ✅ YAML | yamllint | 8 | 0 | 0 | 0.3s |
Detailed Issues
⚠️ SPELL / lychee - 2 errors
[ERROR] http://mcd.rou.st.com/modules.php?name=mcu | Network error: error sending request for url (http://mcd.rou.st.com/modules.php?name=mcu) Maybe a certificate error?
[404] https://api.securityscorecards.dev/projects/github.com/embedded-pro/hal-st | Network error: Not Found
[TIMEOUT] https://st.com/ | Timeout
📝 Summary
---------------------
🔍 Total..........242
✅ Successful.....236
⏳ Timeouts.........1
🔀 Redirected.......0
👻 Excluded.........3
❓ Unknown..........0
🚫 Errors...........2
Errors in .github/ISSUE_TEMPLATE/add-or-update-hal-driver.md
[ERROR] http://mcd.rou.st.com/modules.php?name=mcu | Network error: error sending request for url (http://mcd.rou.st.com/modules.php?name=mcu) Maybe a certificate error?
Errors in README.md
[TIMEOUT] https://st.com/ | Timeout
[404] https://api.securityscorecards.dev/projects/github.com/embedded-pro/hal-st | Network error: Not Found
⚠️ MARKDOWN / markdownlint - 10 errors
.github/ISSUE_TEMPLATE/add-or-update-hal-driver.md:10 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "How to import a HAL driver"]
CHANGELOG.md:83 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:87 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:94 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:103 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:122 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:140 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:144 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:151 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:162 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@9.0.1 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,CPP_CPPCHECK,CPP_CLANG_FORMAT,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GRYPE,REPOSITORY_LS_LINT,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the repository references and naming from "amp-hal-st" to "hal-st" across the codebase. It's part of a migration from the philips-software organization to embedded-pro organization.
- Repository name change from amp-hal-st to hal-st
- Organization migration from philips-software to embedded-pro
- Development container image update
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| release-please-config.json | Updates package name from amp-hal-st to hal-st |
| integration_test/runner/Main.cpp | Updates CLI help text to reference hal-st instead of amp-hal-st |
| README.md | Updates repository name, URLs, and descriptions throughout |
| CONTRIBUTING.md | Updates project name reference in contributing guidelines |
| CMakeLists.txt | Corrects capitalization in comment from "unreleased" to "Unreleased" |
| .github/workflows/update-emil-git-tag.yml | Updates workflow name and commit messages to reference new organization |
| .github/workflows/ci.yml | Adds ccache optimization settings for improved build performance |
| .github/CODEOWNERS | Removes codeowners entry |
| .devcontainer/Dockerfile | Changes base image from philips-software to gabrielfrasantos organization |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

No description provided.