Skip to content

chore: remove .team dir and fix golangci-lint issues#15

Merged
stenh0use merged 3 commits into
mainfrom
rmteam
Jun 8, 2026
Merged

chore: remove .team dir and fix golangci-lint issues#15
stenh0use merged 3 commits into
mainfrom
rmteam

Conversation

@stenh0use

Copy link
Copy Markdown
Owner

Two housekeeping changes bundled together.

Remove .team directory

Deletes the .team folder which is no longer needed.

Fix golangci-lint issues and add v2 config

Resolves all 14 findings and adds a .golangci.yml to make linting explicit and repeatable.

  • rm_test.go — replace os.Setenv with t.Setenv (auto-restores, checked error)
  • locks_test.go — delete unused snapshot() method
  • locks_test.go, status_snapshot_service_test.go//nolint:staticcheck on intentional nil context tests
  • start.go — lowercase error string per Go conventions
  • repository.go — check f.Close() error in syncPath without defer
  • .golangci.yml — v2 config enabling errcheck/staticcheck/unused; suppresses errcheck for fmt.F* stream writes (fire-and-forget is idiomatic in CLI output)

@stenh0use stenh0use force-pushed the rmteam branch 2 times, most recently from 5554635 to 0bc3221 Compare June 8, 2026 01:30
@stenh0use stenh0use merged commit b5500d1 into main Jun 8, 2026
1 check passed
@stenh0use stenh0use deleted the rmteam branch June 8, 2026 01:36
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