Skip to content
#

linting

Here are 553 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

enhancement good first issue OpenAPI
cfn_nag
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
secretlint
azu
azu commented Mar 26, 2022

Summary

We want to get Shopify's API Token support
https://shopify.dev/changelog/length-of-the-shopify-access-token-is-increasing

Basic example

https://shopify.dev/changelog/length-of-the-shopify-access-token-is-increasing

Length of the Shopify access token is increasing

API

Effective April 01, 2020

The length of newly generated Shopify access tokens will

good first issue Status: Proposal Type: New Rule

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