mirror of
https://github.com/containers/skopeo.git
synced 2025-09-19 00:46:17 +00:00
Run codespell on code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
Makefile
3
Makefile
@@ -112,6 +112,9 @@ endif
|
|||||||
# use source debugging tools like delve.
|
# use source debugging tools like delve.
|
||||||
all: bin/skopeo docs
|
all: bin/skopeo docs
|
||||||
|
|
||||||
|
codespell:
|
||||||
|
codespell -S Makefile,build,buildah,buildah.spec,imgtype,copy,AUTHORS,bin,vendor,.git,go.sum,CHANGELOG.md,changelog.txt,seccomp.json,.cirrus.yml,"*.xz,*.gz,*.tar,*.tgz,*ico,*.png,*.1,*.5,*.orig,*.rej" -L fpr,uint,iff,od,ERRO -w
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Usage: make <target>"
|
@echo "Usage: make <target>"
|
||||||
@echo
|
@echo
|
||||||
|
@@ -104,7 +104,7 @@ const maxJSONFloat = float64(1<<53 - 1)
|
|||||||
type request struct {
|
type request struct {
|
||||||
// Method is the name of the function
|
// Method is the name of the function
|
||||||
Method string `json:"method"`
|
Method string `json:"method"`
|
||||||
// Args is the arguments (parsed inside the fuction)
|
// Args is the arguments (parsed inside the function)
|
||||||
Args []interface{} `json:"args"`
|
Args []interface{} `json:"args"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@ const expectedProxySemverMajor = "0.2"
|
|||||||
type request struct {
|
type request struct {
|
||||||
// Method is the name of the function
|
// Method is the name of the function
|
||||||
Method string `json:"method"`
|
Method string `json:"method"`
|
||||||
// Args is the arguments (parsed inside the fuction)
|
// Args is the arguments (parsed inside the function)
|
||||||
Args []interface{} `json:"args"`
|
Args []interface{} `json:"args"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user