Skip to content

Configure new linters#86

Merged
colinodell merged 1 commit intomainfrom
codell-linter-config
Feb 25, 2026
Merged

Configure new linters#86
colinodell merged 1 commit intomainfrom
codell-linter-config

Conversation

@colinodell
Copy link
Member

Summary

  • Enable new linters: embeddedstructfieldcheck, godoclint, iotamixing, modernize
  • Add settings for embeddedstructfieldcheck and godoclint
  • Add new revive rules: epoch-naming, forbidden-call-in-wg-go, inefficient-map-lookup, package-directory-mismatch, unnecessary-format, unnecessary-if, use-fmt-print, use-slices-sort, useless-fallthrough
  • Document additional disabled linters: arangolint, funcorder, noinlineerr, swaggo, unqueryvet

Test plan

  • golangci-lint run ./... ./api/... passes with zero issues

@colinodell colinodell self-assigned this Feb 25, 2026
@colinodell colinodell enabled auto-merge (squash) February 25, 2026 16:16
@colinodell colinodell merged commit 37e591a into main Feb 25, 2026
6 checks passed
@colinodell colinodell deleted the codell-linter-config branch February 25, 2026 16:19
@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.22%. Comparing base (0119a86) to head (bfb4257).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   76.22%   76.22%           
=======================================
  Files          14       14           
  Lines         572      572           
=======================================
  Hits          436      436           
  Misses        117      117           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant