mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
typecheck: display compilation errors as report instead of error (#1861)
This commit is contained in:
parent
ccb5bd03d1
commit
9aea4aee1c
18 changed files with 1509 additions and 1423 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue