forked from osudroid/osu-droid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typo-ci.yml
54 lines (50 loc) · 865 Bytes
/
.typo-ci.yml
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
# 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, test, and push it to github.
---
# What language dictionaries should it use? Currently Typo CI supports:
# de
# en
# en_GB
# es
# fr
# it
# pt
# pt_BR
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
- osu
- droid
- osudroid
- odr
- edl
- edlplan
- dgsrz
- beatmap
- nsu
- anddev
- zuev
- osuplus
- osk
- osz
- badosk
# Would you like filenames to also be spellchecked?
spellcheck_filenames: true