summaryrefslogtreecommitdiffstats
path: root/cspell.config.yaml
blob: c80fd0b04c5650fa3a01c5aa6da9c92d750f0b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
dictionaryDefinitions:
  - name: words
    path: .config/dictionary.txt
    addWords: true
dictionaries:
  # Use `cspell-cli trace word` to check where a work is defined
  - en_US
  - bash
  - words
  - python
ignorePaths:
  - cspell.config.yaml
  # The requirements file
  - .config/constraints.txt
  - docs/requirements.txt
  - docs/requirements.in
  # Test fixtures generated from outside
  - test/**/*.result
  - src/ansiblelint/schemas/*.json
  # Other
  - "*.svg"