Don't populate default API URL on getme request #311
Annotations
10 errors and 4 warnings
golangci-lint:
scripts/generate/common.go#L207
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"missing types for \" + n)" (err113)
|
golangci-lint:
scripts/generate/common.go#L297
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unknown typename %s\", typeName)" (err113)
|
golangci-lint:
scripts/generate/common.go#L321
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"uneven number of quotes in string\")" (err113)
|
golangci-lint:
scripts/generate/consts.go#L45
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"missing 'Update' type data\")" (err113)
|
golangci-lint:
scripts/generate/consts.go#L83
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"missing '\" + typeName + \"' type data\")" (err113)
|
golangci-lint:
scripts/generate/gen.go#L109
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"expected %s to be a parent\", td.Name)" (err113)
|
golangci-lint:
scripts/generate/gen.go#L119
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"no common fields for parenttype %s\", td.Name)" (err113)
|
golangci-lint:
scripts/generate/gen.go#L306
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"mediatype %s is not of kind InputMedia for field %s\", t, f.Name)" (err113)
|
golangci-lint:
scripts/generate/gen.go#L331
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unable to handle reply_markup field with types: %v\", f.Types)" (err113)
|
golangci-lint:
scripts/generate/gen.go#L376
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unable to choose one of %v for field %s\", f.Types, f.Name)" (err113)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
golangci-lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading