-
Notifications
You must be signed in to change notification settings - Fork 305
Expand file tree
/
Copy pathcspell.misc.yaml
More file actions
64 lines (60 loc) · 1.55 KB
/
cspell.misc.yaml
File metadata and controls
64 lines (60 loc) · 1.55 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
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# cspell settings for miscellaneous files thats are not covered by other projects.
# cspell root should be specified as the top-level repository directory.
# Use global config
import: cspell.global.yaml
ignorePaths:
# Project changes here should be kept in-sync workflow cspell-misc.yml
- cli # uses its own cspell config
- ext/vscode # uses its own cspell config
- ext/devcontainer
- templates # uses its own cspell config
- eng # not required
overrides:
- filename: ./SECURITY.md
words:
- MSRC
- msrc
- filename: ./README.md
words:
- VSIX
- filename: schemas/**/azure.yaml.json
words:
- prodapi
- appservice
- containerapp
- springapp
- staticwebapp
- myapp
- azdev
- myimage
- azureai
- entra
- flexconsumption
- filename: docs/architecture/**/*.md
words:
- azapi
- Errorf
- grpcbroker
- vsrpc
- filename: docs/guides/**/*.md
words:
- errorlint
- Errorf
- gofmt
- golangci
- gosec
- jaegertracing
- mycommand
- mypackage
- pflag
- staticcheck
- stdlib
- vsrpc
- filename: docs/reference/**/*.md
words:
- appservice
- Buildpacks
- containerapp
- staticwebapp