mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
See gravitational/docs-website#204 The Vale linter for incorrect `Var` component usage emits a warning on violations, rather than an error, because there is no way to ignore `raw`-scoped linting rules in Vale using Markdown comments. Vale warnings do not cause the CI check for Vale to fail. As a result, warnings from this check appear in unrelated docs changes, since previous failures go unnoticed. Remove this linter until we can re-implement it using `remark`. The `remark` variation of this linter will allow users to ignore it with Markdown comments, making it safe to require in CI.