The Wayback Machine - https://web.archive.org/web/20210131011935/https://github.com/topics/linting
Skip to content
#

linting

Here are 461 public repositories matching this topic...

spectral
rossmcdonald
rossmcdonald commented Jan 6, 2021

While not technically in violation of the OpenAPI specification, including a query parameter in a path should be flagged as an error in Spectral:

A path has specific meaning in HTTP as a part of a URL that comes after the host name and before the query string or fragment. A "path item" key must be only a path, it cannot have a query string or a fragment.

For example, the following when def

cfn_nag
dscpinheiro
dscpinheiro commented Jan 29, 2021

Kinesis Firehose recently added support for setting Server-Side Encryption of a delivery stream via CloudFormation (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-deliverystreamencryptionconfigurationinput.html). Previously, this was only possible by invoking the start-delivery-stream-encryption API (https://awscli.amazonaws.com/v2/do

MikeRalphson
MikeRalphson commented Jan 19, 2019
  • Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
  • Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
  • Use of conventional-commit standard going forward
  • Advice not to include any package-lock.json changes PRs, for security reasons. File will be regene
lint-action

Improve this page

Add a description, image, and links to the linting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linting topic, visit your repo's landing page and select "manage topics."

Learn more