Marco Ferrari
Marco Ferrari
There is also https://github.com/python-jsonschema/jsonschema
https://github.com/python-jsonschema/check-jsonschema is the CLI for jsonschema. I would suggest supporting the `$schema` property only for now because your `option a` would mean that the JSON files and their schemas must...
Hi @pfuhrmann. That would depend on `jsonschema` and `check-jsonschema` to support.
Removing from the 8.1.0 milestone because this needs some more thinking about how we can map json files to their schemas. The `--check-metaschema` flag works as described here: https://github.com/python-jsonschema/check-jsonschema/issues/310
Makes sense, added to the backlog.
Hi, thanks for this PR. Let's see if we can add arm64 support without emulation first.
Hi @kernelsam thanks for opening this issue. Can you paste the log up to the line that says: ``` Parallel output file (/tmp/super-linter-output/super-linter-parallel-results-build-file-list.json) contents when building the file list: ```...
Also, it would be helpful to get the graph of the last few commits on the repository, so we can understand the repository history. Thanks.
wow that's a lot of tests :) It would be really helpful if you re-run any of those sequences with debug logging enabled. No need to post the log here,...
Let's start by analyzing one of the sequences: > [senzing-garage/init-database#449](https://github.com/senzing-garage/init-database/pull/449) Tried to repeat what I saw in go-sdk-abstract-factory where breaking the linter and then fixing it stopped the go linting...