mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-06 19:39:19 -04:00
feat: explain typecheck and remove it from the linter list (#3929)
This commit is contained in:
parent
a303529ad3
commit
79c78d6f6f
13 changed files with 96 additions and 19 deletions
test
|
@ -243,7 +243,7 @@ func TestLineDirective(t *testing.T) {
|
|||
},
|
||||
configPath: "testdata/linedirective/gomodguard.yml",
|
||||
targetPath: "linedirective",
|
||||
expected: "import of package `github.com/ryancurrah/gomodguard` is blocked because the module is not " +
|
||||
expected: "import of package `golang.org/x/tools/go/analysis` is blocked because the module is not " +
|
||||
"in the allowed modules list. (gomodguard)",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue