Skip to content

Fixes lint issues for a green build#12

Draft
chet-wynn-cookieai wants to merge 1 commit into
mainfrom
wynn/PLT-4425
Draft

Fixes lint issues for a green build#12
chet-wynn-cookieai wants to merge 1 commit into
mainfrom
wynn/PLT-4425

Conversation

@chet-wynn-cookieai

@chet-wynn-cookieai chet-wynn-cookieai commented Apr 3, 2026

Copy link
Copy Markdown
Collaborator

crewjam@64776c8


  • Updates the lint workflow to use golangci-lint v2.0

  • Migrates .golangci.yml to v2

  • Fixes lint errors (errcheck)

  • Gets rid of, or renames "nolint: gas" (it's now named gosec)

  • Adjusts the excluded paths introduced when migrating .golangci.yml

Removes the default paths and adds all .go files in the example directory.

  • Fixes lint errors (revive - unused parameters)

  • Fixes lint errors (staticcheck)

  • Exclude private keys for test and a deprecated package from the gosec linter

* Updates the lint workflow to use golangci-lint v2.0

* Migrates .golangci.yml to v2

* Fixes lint errors (errcheck)

* Gets rid of, or renames "nolint: gas" (it's now named gosec)

* Adjusts the excluded paths introduced when migrating .golangci.yml

Removes the default paths and adds all .go files in the example directory.

* Fixes lint errors (revive - unused parameters)

* Fixes lint errors (staticcheck)

* Exclude private keys for test and a deprecated package from the gosec linter
@chet-wynn-cookieai chet-wynn-cookieai changed the title Fixes lint issues for a green build (#589) Fixes lint issues for a green build Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants