mirror of
https://github.com/safing/portbase
synced 2025-09-10 15:34:26 +00:00
Fix or disable new linters
This commit is contained in:
parent
fcb5ca2473
commit
3e4e0c361d
12 changed files with 23 additions and 15 deletions
|
@ -45,7 +45,7 @@ func makeKey(dbName, key string) string {
|
|||
return fmt.Sprintf("%s:%s", dbName, key)
|
||||
}
|
||||
|
||||
func testDatabase(t *testing.T, storageType string, shadowDelete bool) { //nolint:gocognit,gocyclo,thelper
|
||||
func testDatabase(t *testing.T, storageType string, shadowDelete bool) { //nolint:maintidx,thelper
|
||||
t.Run(fmt.Sprintf("TestStorage_%s_%v", storageType, shadowDelete), func(t *testing.T) {
|
||||
dbName := fmt.Sprintf("testing-%s-%v", storageType, shadowDelete)
|
||||
fmt.Println(dbName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue