mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Prepare for #164: rename GAS to gosec
1. Rename in a backward compatible way 2. Remove gosec default exclude list because gosec is already disabled by default. 3. Warn about unmatched linter names in //nolint directives 4. Process linter names in //nolint directives in upper case 5. Disable gosec for golangci-lint in .golangci.yml
This commit is contained in:
parent
47440bc2cc
commit
8a478c47ac
29 changed files with 361 additions and 107 deletions
|
@ -1,5 +1,7 @@
|
|||
package logutils
|
||||
|
||||
//go:generate mockgen -package logutils -source log.go -destination log_mock.go
|
||||
|
||||
type Log interface {
|
||||
Fatalf(format string, args ...interface{})
|
||||
Errorf(format string, args ...interface{})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue