Update CI configs to v0.4.7

Update lint scripts and CI configs.
Excluding codecov.yml.
This commit is contained in:
ZHENK
2020-09-17 03:22:43 +00:00
committed by Sean DuBois
parent fc4d8a546f
commit 85839ae560
39 changed files with 919 additions and 794 deletions

View File

@@ -50,7 +50,6 @@ func newDecodeErr(parent, children, message string) *DecodeErr {
}
}
// TODO(ar): rewrite errors to be more precise.
func newAttrDecodeErr(children, message string) *DecodeErr {
return newDecodeErr("attribute", children, message)
}