fnando / vscode-linter

Extension for code linting, all in one package. New linters can be easily added through an extension framework.

Home Page:https://marketplace.visualstudio.com/items?itemName=fnando.linter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify a config for a yamllint linter

jakuboskera opened this issue · comments

Could you please tell me how can I specify config for yamllint in VScode?

This extension reads the same config files used by the linter. In this case, you need one of these files:

  • .yamllint.yml
  • .yamllint.yaml
  • .yamllint

Take a look at Output > linter for debugging info.