-
Hi, I just updated and noticed this linter was turned on in 0.5.0.
It has a ton of problems for me since I use [`abstract!` from sorbet](https://sorbet.org/docs/abstract). It generates an initializ…
-
I need to hide some endpoints which are only for internal use. How can I do that?
I tried adding plugin and registered it with redocly.yaml but it is not working
Here is my redocly.yaml
`# See htt…
-
The linter should error, or at least raise a warning if there are misspellings in the meta.yaml
Eg. under test, `command` vs. `commands`
Can we just set up a whitelist of acceptable headers and trac…
-
Running
```bash
stack-lint-extra-deps --path backend/stack.yaml --exclude '**/freckle/content-client.git' --exclude 'attoparsec-aeson' --exclude 'oidc-client' --exclude 'persistent' --format gha
…
-
It would be nice if you could support different line lengths, e.g. `-l 120` parameter to `pana`. While 80 is a recommended `dartfmt` default, some projects don't want to use that and instead opt for a…
vaind updated
2 months ago
-
**What were you trying to accomplish?**
Resolve warnings. See https://github.com/aws-cloudformation/cfn-lint/issues/3103
> cfn-lint incorrectly reports:
>
> [cfn-lint] WS1004: Lambda fu…
-
Hello,
Is there a way to check that the JSON Schema is applied correctly by Helm and the charts ?
The idea is to check valid and invalid values, and check they are accepted or rejected by the He…
-
What if we created YAML "spec" files for all of the filters (one file for each category of filters) like `array-spec.yaml`, with something like the following:
```yaml
category: array
methods:
…
-
Passes yaml linter all okay but then throws when trying to save a map. Checkout https://github.com/space-wizards/space-station-14/commit/8a75d8b03958c616ed0acae69cde91702ec4aba1 map a revolver and try…
-
Hi, I have added some test data on sql server image and pushed it to a azure container registry.
Now I would like to deploy the given image to kubernetes , so i must add an imagePullSecrets to …