ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

[Feature Request]: Allow filtering linter rules for natural language

Open eriqua opened this issue 3 years ago • 1 comments

Description

A few modules fail the natural language linter check with error Incorrect usage of the term: “node”, use “Node.js” instead terminology e.g. Microsoft.ContainerService/managedClusters/readme.md and Microsoft.ServiceFabric/clusters/readme.md

Verify how to filter out that specific check or an alternative way to have a successful natural language linter pipeline.

Could start here: https://github.com/github/super-linter/issues/2221

eriqua avatar Aug 05 '22 23:08 eriqua

Possibly verify if the NATURAL_LANGUAGE_CONFIG_FILE env var can help. Ref: https://github.com/github/super-linter#environment-variables and https://textlint.github.io/docs/getting-started.html#configuration

eriqua avatar Nov 22 '22 23:11 eriqua