-
Notifications
You must be signed in to change notification settings - Fork 18
Update v1 branch #53
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
Update v1 branch #53
Conversation
- Expanded support for Go versions, now including `1.22.x`. - Updated package import paths for `shellescape` to reflect new hosting, ensuring compatibility. - Fixes #25
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated GitHub Actions workflows for build and release processes. - Upgraded action versions for improved functionality and performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
update everything to latest versions
- remove duplicated misspell - remove settings for deprecated linter maligned - reorder the list
The problem was fixed in 2019
but disable wsl linter for them
The idea is to keep consistent imports order
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](actions/dependency-review-action@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.6.0...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.5.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.2.0...v6.5.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Remove pinning on patch releases <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit These maintenance updates improve our automated workflows by enhancing compatibility and efficiency. Below are the key changes: - **Chores** - Updated internal automation tools to the latest major releases. - Enhancements contribute to a smoother, more reliable continuous integration process and prepare our systems for future improvements. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
remove pinning on patch releases <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Upgraded underlying automation tools used for building and quality analysis to their latest versions, ensuring a more robust and maintainable process without altering user-facing functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
refresh
don't pin patch releases
Signed-off-by: Alessio Treglia <al@essio.dev>
Fix markdown syntax <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated the project documentation to include a clear description of the package’s purpose. - Enhanced readability through improved spacing and formatting adjustments. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Alessio Treglia <al@essio.dev>
## Summary by CodeRabbit - **Chores** - Updated our automation configuration to support the latest runtime versions. - **Tests** - Introduced enhanced testing with code coverage analysis and race detection to improve quality assurance. --------- Signed-off-by: Alessio Treglia <al@essio.dev>
- **New Features** - Introduced an enhanced tokenization method for processing inputs with null characters. - Provided a new example showcasing the updated input scanning. - **Refactor** - Replaced custom token-splitting logic with a standardized scanning approach for improved consistency. - **Tests** - Expanded test coverage to verify accurate token parsing and ensure reliability.
Signed-off-by: Alessio Treglia <al@essio.dev>
remove dead gocover link Signed-off-by: Alessio Treglia <al@essio.dev>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alessio Treglia <al@essio.dev>
This reverts commit 5246baf.
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| ## The escargs utility | ||
| __escargs__ reads lines from the standard input and prints shell-escaped versions. Unlinke __xargs__, blank lines on the standard input are not discarded. | ||
|
|
||
| __escargs__ reads lines from the standard input and prints shell-escaped versions. Unlike __xargs__, blank lines on the standard input are not discarded. |
Check warning
Code scanning / Markdownlint (reported by Codacy)
Expected: 80; Actual: 153 Warning
| - name: golangci-lint | ||
| uses: golangci/golangci-lint-action@v3 | ||
| with: | ||
| uses: golangci/golangci-lint-action@v7 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
No description provided.