Skip to content

Commit 8e2ff5b

Browse files
committed
point to dir with config
1 parent 9ac5106 commit 8e2ff5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func TestLangHandler_lint_Integration(t *testing.T) {
8787
h: &langHandler{
8888
logger: newStdLogger(false),
8989
command: command,
90-
rootDir: filepath.Dir("./testdata/nolintername"),
90+
rootDir: filepath.Dir("./testdata/loadconfig"),
9191
},
9292
filePath: "./testdata/loadconfig/main.go",
9393
want: []Diagnostic{

0 commit comments

Comments
 (0)