typecheck: display compilation errors as report instead of error (#1861)

This commit is contained in:
Ludovic Fernandez 2021-03-25 23:52:55 +01:00 committed by GitHub
parent ccb5bd03d1
commit 9aea4aee1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1509 additions and 1423 deletions

View file

@ -20,6 +20,9 @@ const (
PresetUnused = "unused" // Related to the detection of unused code.
)
// LastLinter nolintlint must be last because it looks at the results of all the previous linters for unused nolint directives.
const LastLinter = "nolintlint"
type Deprecation struct {
Since string
Message string