Skip to content

Create check-spelling-code.js #4

Create check-spelling-code.js

Create check-spelling-code.js #4

Workflow file for this run

functions:
- check-spelling-code
- check-telco-specific-code
functionsDir: "./lint_function"
rules:
language-spelling-texts:
message: "{{error}}"
severity: warn
given:
- "$.info.title"
- "$.info.summary"
- "$.info.description"
- "$.paths.*.*.parameters[?(@.in==='query' || @.in==='path' || @.in==='cookie')].description"
- "$..properties.*.description"
then:
function: check-spelling-code