Jonathan Morley
Jonathan Morley
- [ ] I have reviewed the [contributor guidelines][contrib]. - [ ] I have reviewed the [code of conduct][conduct]. - [ ] Per [GitHub's Terms of Service][gh-tos], I am aware...
If you have a script block like ``` "scripts": { "lint:prettier": "prettier", "lint": "run-p lint:*" } ``` And a file beside the package.json called `lint:d`, then running `npm lint` will...
IAM actions can either accept a resource to be scoped by, or they should be passed `*` (for all resources). It would be nice to have an informational lint rule...
*Issue #, if available:* https://github.com/aws-cloudformation/cfn-python-lint/issues/1930 *Description of changes:* This adds some tests for formatters that make use of the `rules` argument. They are currently failing because I believe the current...
https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html lists the maximum environment variable hard limit as 4kb. If this limit is exceeded, the template will not deploy. It should be possible to make an Error level rule...
If you have a set of templates, that use a subset of rules, and pass them all into cfn-lint with `--format pretty` or `--format junit`, then only the last template's...
Is there a plan to have .NET Core language plugin supported?
### pnpm version: 6.32.1 ### Code to reproduce the issue: We have an internal npm registry that proxies to GitHub. We would like to publish to GitHub and fetch from...