Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove underscores from integer literals in
swagger.yaml
.
With: ``` $ yq --version yq (https://github.com/mikefarah/yq/) version v4.40.5 ``` Before applying this commit: ``` $ yq eval specifications/api/swagger.yaml -o=json Error: json: error calling MarshalJSON for type *yqlib.CandidateNode: json: error calling MarshalJSON for type *yqlib.CandidateNode: json: error calling MarshalJSON for type *yqlib.CandidateNode: strconv.ParseInt: parsing "45_000_000_000_000_000": invalid syntax ``` After applying this commit, the error disappears.
- Loading branch information