Skip to content

Commit 4317d6e

Browse files
committed
wip: debug windows
1 parent e01da53 commit 4317d6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/run_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func TestAutogeneratedNoIssues(t *testing.T) {
2727
WithTargetPath(testdataDir, "autogenerated").
2828
WithBinPath(binPath).
2929
Runner().
30-
Install().
3130
Run().
3231
ExpectNoIssues()
3332
}
@@ -328,14 +327,14 @@ func TestUnsafeOk(t *testing.T) {
328327

329328
cfg := `
330329
linters:
330+
enable-all: true
331331
exclusions:
332332
presets:
333333
- commonFalsePositives
334334
`
335335

336336
testshared.NewRunnerBuilder(t).
337337
WithConfig(cfg).
338-
WithArgs("--enable-all").
339338
WithTargetPath(testdataDir, "unsafe").
340339
WithBinPath(binPath).
341340
Runner().

0 commit comments

Comments
 (0)