-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcspell.config.yaml
More file actions
104 lines (91 loc) · 2.83 KB
/
cspell.config.yaml
File metadata and controls
104 lines (91 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Just Run It:
# cspell "**/*.md" --no-progress
# Run It focusing on most common issues:
# cspell "**/*.md" --no-progress --quiet --reporter @cspell/cspell-json-reporter | jq -r '.issues[].text' | sort | uniq -c | sort -nr | head -5
# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
# The version of the configuration file format.
version: "0.2"
# The locale to use when spell checking. (e.g., en, en-GB, de-DE
language: en
dictionaries:
- en_US
- companies
- markdown
- softwareTerms
- html
- bash
- powershell
- filetypes
# Custom Dictionaries
- akeyless-standard
- akeyless-proper-nouns
ignorePaths:
- .cspell/**
- .github/**
- .other/**
- .venv/**
- recipes/**
- reference/**
- samples/**
- .gitignore
- cspell.config.yaml
- docs/Contributing Guides/look-feel-sample-page-title.md
- docs/Contributing Guides/technical-documentation-style-guide/index.md
- docs/Contributing Guides/technical-documentation-style-guide/ai-linter-rules.md
dictionaryDefinitions:
- name: akeyless-proper-nouns
path: .cspell/akeyless-proper-nouns-dictionary.txt
addWords: true
- name: akeyless-standard
path: .cspell/akeyless-standard-dictionary.txt
addWords: true
overrides:
- filename: "**/*.md"
languageId: markdown
ignoreRegExpList:
- /`[^`]*`/
- /```[\s\S]*?```/
- /^\s*slug:\s*.*$/m # Ignore front-matter slug values
words:
- creds
- sqlnet
- cwallet
- apiserver
- apikey
- sourcetype
- AkeylessCreds
- amqps
- dbname
# Allow PostgreSQL-specific term "usename" only in selected files.
# Adjust the filename globs to match where you discuss or show pg_stat_activity / SQL revoke statements.
- filename:
- "docs/Integrations & Plugins/cli-reference/cli-reference-dynamic-secrets.md"
words:
- usename
# "hanadb" and "dockerhub" are CLI subcommands
- filename:
- "docs/Integrations & Plugins/cli-reference/cli-reference-dynamic-secrets.md"
words:
- hanadb
- dockerhub
# "forwading" is a known issue: ASM-16564
- filename:
- "docs/Secure Remote Access/admin-guides/supported-resource-types/k8s-cluster-access.md"
- "docs/Integrations & Plugins/cli-reference/cli-reference-dynamic-secrets.md"
words:
- forwading
# "vaultless" is a parameter option
- filename:
- "docs/Integrations & Plugins/cli-reference/cli-reference-encryption-keys.md"
words:
- vaultless
# "sumologic" is a parameter option
- filename:
- "docs/Akeyless Gateway/install-and-configure-the-gateway/gw-docker-log-forwarding.md"
words:
- sumologic
# "sumologic" is a parameter option
- filename:
- "docs/Advanced Functionality/automatic-migration/index.md"
words:
- secretmanager