mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
build: bump golangci-lint to 2.1.6
This commit is contained in:
parent
da03728cd7
commit
1d494ff315
15 changed files with 515 additions and 436 deletions
|
|
@ -44,7 +44,6 @@ func parseQueryFiles(r *http.Request, f *files.FileInfo, _ *users.User) ([]strin
|
|||
return fileSlice, nil
|
||||
}
|
||||
|
||||
//nolint:goconst
|
||||
func parseQueryAlgorithm(r *http.Request) (string, archiver.Writer, error) {
|
||||
switch r.URL.Query().Get("algo") {
|
||||
case "zip", "true", "":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue