Skip to content

Commit 2ef16e6

Browse files
committed
fix lint
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 5d87258 commit 2ef16e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type (
2525
// report
2626
Report struct {
2727
Title string `long:"report.title" env:"REPORT_TITLE" description:"Report title"`
28-
PaginationSize int `long:"report.pagination.size" env:"REPORT_PAGINATION_SIZE" description:"Report pagination size" default:"50" choice:"5" choice:"10" choice:"25" choice:"50" choice:"100" choice:"250"`
28+
PaginationSize int `long:"report.pagination.size" env:"REPORT_PAGINATION_SIZE" description:"Report pagination size" default:"50" choice:"5" choice:"10" choice:"25" choice:"50" choice:"100" choice:"250"` // nolint
2929
}
3030

3131
// scrape times

0 commit comments

Comments
 (0)