golangci-lint #36: Commit b1eb1fe pushed by rsned master April 21, 2025 07:47 29s build(deps): bump github/codeql-action from 3.28.13 to 3.28.15 golangci-lint #35: Pull request #159 opened by dependabot bot a8e3dependabot/github_actions/github/codeql-action-3.28.15 April...
Example linter that can be used as a plugin for https://github.com/golangci/golangci-lint Go146 Repositories golangci-lintPublic Fast linters runner for Go duplPublicForked frommibk/dupl a tool for code clone detection Go4MIT2500UpdatedMar 4, 2025 ...
cd $GOPATH/src/golang.org/x/lint/golint go install 安装成功之后将会在$GOPATH/bin目录下看到自动生成了golint二进制工具文件。 GoLand 配置golint,修改Name,Program,Arguments三项配置,其中Arguments需要加上-set_exit_status参数,如图所示: Travis CI 持续集成 在Github 上装逼怎么能少的了 Travis CI ,直接...
Github Actions 是 Github 提供的一个自动化流程工具,编写一段 YAML,随代码一起发布,根据脚本中定义的触发事件,能够完成 Lint、Build、Push Image 等等操作,在 Actions Market 中包含数千个功能各异的项目,能够给软件作者很大的帮助。 在发布 Github 项目版本时,Golang 之类的项目往往都需要执行构建、打包等动作,除...
•自动化Lint检测 集成golangci-lint-action,确保代码在提交前符合规范,减少低级错误和潜在隐患。 3.5 细节优化与底层稳定性提升 •API调用优化 减少冗余调用,降低资源浪费,提高响应速度。 •依赖库更新 将核心依赖库升级至最新版本,保证安全和性能最优化。
go get -u golang.org/x/lint/golint make linttest:name:Testruns-on:ubuntu-lateststeps:-name:Set up Gouses:actions/setup-go@v1with:go-version:1.13-name:Check out codeuses:actions/checkout@v1-name:Run Unit tests.run:make test-coverage ...
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-2019122...
019bde5build(deps): bump github.com/golangci/revgrep from 0.5.3 to 0.6.0 (#5319) 2502d20build(deps): bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 (#5318) 8f187ffbuild(deps): bump github.com/securego/gosec/v2 from 2.21.4 to 2.22.0 (#5311) ...
name:golangci-linton:pull_request:push:branches: -main-masterenv:GO_VERSION:stableGOLANGCI_LINT_VERSION:v2.1jobs:detect-modules:runs-on:ubuntu-latestoutputs:modules:${{ steps.set-modules.outputs.modules }}steps: -uses:actions/checkout@v4-uses:actions/setup-go@v5with:go-version:${{ env.GO...
go-lint.yml 4,362 workflow runs Event Status Branch Actor Support format_d3_locale in the metrics YAML golangci-lint #6161: Pull request #5974 synchronize by begelundmuller begelundmuller/d3-format-locale November 13, 2024 13:02 3m 58s feat: Readable metrics view url params ...