Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions openspec/changes/specify-go-code-standards/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
- [x] 3.2 Confirm no repository holds a generically named file
- [x] 3.3 Confirm every test package uses a table-driven suite
- [ ] 3.4 Confirm no mock is hand-written where an interface is mocked
- [ ] 3.5 Confirm no `export_test.go` exposes an alias to an unexported
function. Ten exist — four in `gohai`, which states the rule, and six in
`osapi`. Eleven call sites depend on them
- [ ] 3.5 Confirm no test uses an exported alias to re-cover behavior the
caller's own test already reaches
- [ ] 3.6 Confirm no shared convention is stated in two places