Skip to content

Commit c25d788

Browse files
committed
fix: add nolint annotation for parseDatabase method
Signed-off-by: mikkeyf <1647228132@qq.com>
1 parent 5cbe6e5 commit c25d788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/subcmd/export_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ func (d *dataFilter) parseTime(clc *ExportConfig) error { //nolint:unused // use
485485
return nil
486486
}
487487

488-
func (d *dataFilter) parseDatabase(dbFilter string) {
488+
func (d *dataFilter) parseDatabase(dbFilter string) { //nolint:unused // used in offline mode
489489
if dbFilter == "" {
490490
return
491491
}

0 commit comments

Comments
 (0)