summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/ios/cspell.config.yaml
blob: 20e7d8842f7cab32b9110155ffab8b3f651c6dd9 (plain)
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
---
dictionaryDefinitions:
  - name: words
    path: .config/dictionary.txt
    addWords: true
dictionaries:
  - bash
  - networking-terms
  - python
  - words
  - "!aws"
  - "!backwards-compatibility"
  - "!cryptocurrencies"
  - "!cpp"
ignorePaths:
  # All dot files in the root
  - \.*
  # This file
  - cspell.config.yaml
  # Generated rst files in the docs directory
  - docs/*.rst
  # The mypy configuration file
  - mypy.ini
  # The shared file for tool configuration
  - pyproject.toml
  # requirements.txt
  - requirements.txt
  # test-requirements.txt
  - test-requirements.txt
  # the bindep file
  - bindep.txt
  # The tox configuration file
  - tox.ini

languageSettings:
  - languageId: python
    allowCompoundWords: false