Add wsl linter and fix

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-05-19 14:51:08 +04:00
parent eedfdcecc8
commit 9156d6a16a
882 changed files with 6068 additions and 574 deletions

View File

@@ -37,6 +37,7 @@ func TestPGCheckpointer(t *testing.T) {
"load returns nil when no checkpoint exists",
func(t *testing.T) {
t.Parallel()
ctx := context.Background()
run := agentruntest.InsertPendingRun(
t,
@@ -55,6 +56,7 @@ func TestPGCheckpointer(t *testing.T) {
"save and load round-trip",
func(t *testing.T) {
t.Parallel()
ctx := context.Background()
run := agentruntest.InsertPendingRun(
t,
@@ -96,6 +98,7 @@ func TestPGCheckpointer(t *testing.T) {
"save overwrites previous checkpoint",
func(t *testing.T) {
t.Parallel()
ctx := context.Background()
run := agentruntest.InsertPendingRun(
t,
@@ -138,6 +141,7 @@ func TestPGCheckpointer(t *testing.T) {
"save and load preserves approval state",
func(t *testing.T) {
t.Parallel()
ctx := context.Background()
run := agentruntest.InsertPendingRun(
t,
@@ -196,6 +200,7 @@ func TestPGCheckpointer(t *testing.T) {
"save to nonexistent run returns error",
func(t *testing.T) {
t.Parallel()
ctx := context.Background()
run := agentruntest.InsertPendingRun(
t,