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

linting

Here are 417 public repositories matching this topic...

spectral
vitaly-magyari
vitaly-magyari commented Jul 8, 2020

User story.
As a custom rule developer I'd like to implement rules in such a way that check are performed if there is a marker field is absent in document, and skipped otherwise

Is your feature request related to a problem?
I have special schemas that are not subject to say info-contact check and they are marked by info:skip-contact: true field.

the core rule is quite simple

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
timomayer
timomayer commented Aug 13, 2020

Most js projects have configured linters in package.json as npm run script to pass on arguments to eslint and start it for example with npm run lint:eslint.

Suggestion: make it possible to run a linter unsing this npm run configuration, otherwise you have to maintain paraleters for all linters in two locations: package.json and github action file.

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

You can’t perform that action at this time.