-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.typo-ci.yml
More file actions
40 lines (37 loc) · 762 Bytes
/
.typo-ci.yml
File metadata and controls
40 lines (37 loc) · 762 Bytes
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
# This is a sample .typo-ci.yml file, it's used to configure how Typo CI will behave.
# Add it to the root of your project and push it to github.
---
# What language dictionaries should it use? By default Typo CI will select 'en' & 'en_GB'
# Currently Typo CI supports:
# de
# en
# en_GB
# es
# fr
# it
# pt
# pt_BR
# tr
dictionaries:
- en
- en_GB
# Any files/folders we should ignore?
excluded_files:
- 'vendor/**/*'
- 'node_modules/**/*'
- '*.key'
- '*.enc'
- '*.min.css'
- '*.css.map'
- '*.min.js'
- '*.js.map'
- '*.mk'
- 'package-lock.json'
- 'yarn.lock'
- 'Gemfile.lock'
- '.typo-ci.yml'
# Any typos we should ignore?
excluded_words:
- typoci
# Would you like filenames to also be spellchecked?
spellcheck_filenames: true