We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d87258 commit 2ef16e6Copy full SHA for 2ef16e6
config/opts.go
@@ -25,7 +25,7 @@ type (
25
// report
26
Report struct {
27
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"`
+ 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
29
}
30
31
// scrape times
0 commit comments