chore: update tooling, CI, docs, and tests#3
Merged
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
869ab87 to
1b5aec2
Compare
- Devcontainer: replace docker-in-docker with GitHub CLI feature; add mise/TOML extensions; harden post_create.sh with set -euo pipefail and local hook support - CI: upgrade CodeQL to Advanced (add actions language); pin mise-action; add Go/golangci-lint caches and timeout to pr-check; add coverage workflow with Codecov upload - Linting: bump golangci-lint to v2.12.2 with many new linters; add golines max-len=120; remove swaggo formatter - Tooling: bump Go to 1.26.4; add .PHONY targets and cover/cover-html Makefile targets - Docs: improve README structure; add codecov badge; add Traditional Chinese README; rename AGENTS.md to CLAUDE.md - Tests: add round-trip tests (JSON/Text/SQL); add edge-case scenarios for invalid zones, Local rejection, and type errors Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1b5aec2 to
9fdc0f2
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.
Summary
post_create.shwithset -euo pipefailand local hook supportactionslanguage); pinmise-actionto commit SHA; add Go/golangci-lint caches and job timeout topr-check; add newcoverage.ymlworkflow with Codecov uploadmodernize,copyloopvar,mirror,perfsprint, etc.); addgolinesmax-len=120; removeswaggoformatter.PHONYtargets andcover/cover-htmlMakefile targets; add coverage files and local config patterns to.gitignoreREADME.zh-TW.md); replaceAGENTS.mdwithCLAUDE.mdLocalrejection, and non-string JSON inputTest plan
make testpasses with race detectormake lintpasses (golangci-lint config verify + run)make check(check-tidy + lint + test) passes🤖 Generated with Claude Code