Enrico Stahn

Results 89 issues of Enrico Stahn

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/boyney123/eventcatalog/blob/master/CONTRIBUTING.md#reporting-new-issues). ### Description Running `eventcatalog-plugin-generator-amazon-eventbridge` pulls events and their schemas from EventBridge....

### Describe the feature you'd like Currently interrogate only checks if docstrings are present without putting any value on the quality, e.g. * Minimum summary length * Parameters/Args are documented...

enhancement
help wanted

### Environment - `interrogate` version(s) (`interrogate --version`: - Operating System(s): - Python version(s): ### Description of the bug I'm planning on using interrogate as part of our CI/CD process. Thus...

bug
needs triage

### Describe the feature you'd like I'm using the output to be appended as a PR comment, hence proper formatting as markdown would be ideal. Possibly more formats would be...

enhancement
help wanted

Hi @mattolenik, Is this project still maintained or dead?

I would expect to receive some failures given the following JSON document: ```json { "$schema": "http://iglucentral.com/schemas/com.snowplowanalytics.self-desc/schema/jsonschema/1-0-0#" } ``` and code ```php $validator = new JsonSchema\Validator; $validator->validate($data); var_dump($validator->getErrors()); ``` But it...

I run this as part of a CI pipeline and add a PR comment if there is a failure. I would like to remove the PR comment entirely if the...

enhancement

**Describe the bug** I'm trying to test my action and according to the code the input variables seem to be injected through input variables. See https://github.com/actions/toolkit/blob/e7eb2c741847a05686a1b8df93dea4b244640b17/packages/core/src/core.ts#L86 Given the GITHUB_TOKEN is...

enhancement
core