mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
lint: reenable revive unused-parameter check
Signed-off-by: Matt Souza <medsouz99@gmail.com>
This commit is contained in:
@@ -146,6 +146,6 @@ func CreateSecret(w http.ResponseWriter, r *http.Request) {
|
||||
utils.WriteResponse(w, http.StatusOK, report)
|
||||
}
|
||||
|
||||
func UpdateSecret(w http.ResponseWriter, r *http.Request) {
|
||||
func UpdateSecret(w http.ResponseWriter, _ *http.Request) {
|
||||
utils.Error(w, http.StatusNotImplemented, errors.New("update is not supported"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user