Skip to content

Replace Python yamllint with NPM yaml-lint #2347

Open
@yurishkuro

Description

@yurishkuro

Most of the linters are in Node, so changing yamllint with Node version simplifies local testing.

Downside: I don't know what feature-parity is between the linters.

$ npm install yaml-lint
$ npx yamllint '**/*.yaml' --ignore='node_modules/**'
✔ YAML Lint successful.

(Note: this depends on #2323)

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is neededspec:miscellaneousFor issues that don't match any other spec label

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions