Enda
Enda
P.S: I've prepared a fix for this if you'd like me to PR it.
Sure thing @christtyk! It should work by editing the `args` value like so: ```patch - args: --timeout=5m --verbose + args: ./... --timeout=5m --verbose ``` In https://github.com/TykTechnologies/tyk/blob/master/.github/workflows/golangci-lint.yml#L29
I see the build is failing - will fix it on Friday.
Our next step was to provide a Spectral extension as our first officially supported validation extension. If this is something you would be interested in contributing that would be great!...
The Spectral API also allows a string, so we can do something like this: ```ts const results = await this.spectral.run(Library.writeDocumentToJSONString(node as Document)); ```
Adding an official Spectral extension is underway in https://github.com/Apicurio/apicurio-data-models-validation-extensions/pull/1 Usage feedback is welcome!
Is it possible to add a check constraint to enum database types? I know very little about them, but I could not find anything about adding a CHECK constraint to...
Ah, in that case this seems sensible. Would it be better to map enums to database enums instead?
cc @machi1990 can you add more info, maybe with the new issue template?
If it is a docs issue, cc @machi1990 as you are working on migrations docs right now.