We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01da53 commit 4317d6eCopy full SHA for 4317d6e
test/run_test.go
@@ -27,7 +27,6 @@ func TestAutogeneratedNoIssues(t *testing.T) {
27
WithTargetPath(testdataDir, "autogenerated").
28
WithBinPath(binPath).
29
Runner().
30
- Install().
31
Run().
32
ExpectNoIssues()
33
}
@@ -328,14 +327,14 @@ func TestUnsafeOk(t *testing.T) {
328
327
329
cfg := `
330
linters:
+ enable-all: true
331
exclusions:
332
presets:
333
- commonFalsePositives
334
`
335
336
testshared.NewRunnerBuilder(t).
337
WithConfig(cfg).
338
- WithArgs("--enable-all").
339
WithTargetPath(testdataDir, "unsafe").
340
341
0 commit comments