forked from golang/vscode-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vscode-go: add strict typecheck step to CI
Test files are excluded from strict typechecking. We plan to fix errors in those files as needed or remove the tests with the legacy tooling. For golang#57. Change-Id: I84ea8bc1834e2e1ee58c297fed984bb94ec0de52 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/403775 TryBot-Result: kokoro <[email protected]> Run-TryBot: Jamal Carvalho <[email protected]> Auto-Submit: Jamal Carvalho <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"extends": "./tsconfig.json", | ||
"exclude": [ | ||
"node_modules", | ||
"third_party", | ||
"test" | ||
] | ||
} |