File tree Expand file tree Collapse file tree 1 file changed +154
-156
lines changed Expand file tree Collapse file tree 1 file changed +154
-156
lines changed Original file line number Diff line number Diff line change 2
2
# Add it to the root of your project and push it to github.
3
3
---
4
4
5
- # What language dictionaries should it use? Currently Typo CI supports:
6
- # de
7
- # en
8
- # en_GB
9
- # es
10
- # fr
11
- # it
12
- # pt
13
- # pt_BR
14
- dictionaries :
15
- - en
16
-
17
- # # Any files/folders we should ignore?
18
- excluded_files :
19
- - " *.py"
20
- - " *.css"
21
- - " *.yml"
22
- - " *.html"
23
- - " *.json"
24
- - " *.md"
25
- - " CHANGELOG.rst"
26
- - " CODE_OF_CONDUCT.md"
27
- - " CONTRIBUTING.md"
28
- - " Dockerfile"
29
- - " LICENSE.txt"
30
- - " Makefile"
31
- - " NOTICE"
32
- - " README.md"
33
- - " binder"
34
- - " changelog"
35
- - " cloudbuild.yaml"
36
- - " data"
37
- - " docker"
38
- - " examples"
39
- - " poetry.lock"
40
- - " pyproject.toml"
41
- - " rasa"
42
- - " rasa_core"
43
- - " rasa_nlu"
44
- - " scripts"
45
- - " secrets.tar.enc"
46
- - " setup.cfg"
47
- - " tests"
48
- - " .codeclimate.yml"
49
- - " .coveragerc"
50
- - " .deepsource.toml"
51
- - " .dockerignore"
52
- - " .env"
53
- - " .git"
54
- - " .gitattributes"
55
- - " .github"
56
- - " .gitignore"
57
- - " .pre-commit-config.yaml"
58
- - " .typo-ci.yml"
59
-
60
- # # Any typos we should ignore?
61
- excluded_words :
62
- - analytics
63
- - asyncio
64
- - bot
65
- - bot's
66
- - cmdline
67
- - conveRT
68
- - ConveRTFeaturizer
69
- - ConveRTTokenizer
70
- - crfsuite
71
- - custom-nlg-service
72
- - daksh
73
- - db's
74
- - deque
75
- - non-latin
76
- - deduplicate
77
- - deduplication
78
- - donath
79
- - matplotlib
80
- - extractor
81
- - fbmessenger
82
- - featurization
83
- - featurized
84
- - featurizer
85
- - featurizers
86
- - featurizes
87
- - featurizing
88
- - forni
89
- - instaclient
90
- - jwt
91
- - jwt's
92
- - jupyter
93
- - jupyterhub
94
- - karpathy
95
- - keras
96
- - knowledgebase
97
- - knowledgebasebot
98
- - linenos
99
- - luis
100
- - matmul
101
- - mattermost
102
- - memoization
103
- - miniconda
104
- - mitie
105
- - mitie's
106
- - dataset
107
- - mongod
108
- - mrkdown
109
- - mrkdwn
110
- - mymodelname
111
- - myuser
112
- - numpy
113
- - networkx
114
- - nlu
115
- - nlu's
116
- - perceptron
117
- - pika
118
- - pika's
119
- - jieba
120
- - pretrained
121
- - pycodestyle
122
- - pykwalify
123
- - pymessenger
124
- - pyobject
125
- - python-engineio
126
- - pre
127
- - customizable
128
- - quickstart
129
- - rasa
130
- - rasa's
131
- - readthedocs
132
- - repo
133
- - rst
134
- - sanic
135
- - sanitization
136
- - scipy
137
- - sklearn
138
- - spacy
139
- - ish
140
- - spaCy
141
- - spaCy's
142
- - README
143
- - crf
144
- - backends
145
- - whitespaced
146
- - ngram
147
- - subsampled
148
- - testagent
149
- - tokenize
150
- - tokenized
151
- - tokenization
152
- - tokenizer
153
- - tokenizers
154
- - typoci
155
- - unfeaturized
156
- - unschedule
157
- - wsgi
158
- - ruamel
159
- # #
160
- spellcheck_filenames : false
5
+ # What language dictionaries should it use? Currently Typo CI supports:
6
+ # de
7
+ # en
8
+ # en_GB
9
+ # es
10
+ # fr
11
+ # it
12
+ # pt
13
+ # pt_BR
14
+ dictionaries :
15
+ - en
16
+
17
+ # # Any files/folders we should ignore?
18
+ excluded_files :
19
+ - " *.py"
20
+ - " *.css"
21
+ - " *.yml"
22
+ - " *.yaml"
23
+ - " *.html"
24
+ - " *.json"
25
+ - " *.md"
26
+ - " CHANGELOG.rst"
27
+ - " CODE_OF_CONDUCT.md"
28
+ - " CONTRIBUTING.md"
29
+ - " Dockerfile"
30
+ - " LICENSE.txt"
31
+ - " Makefile"
32
+ - " NOTICE"
33
+ - " README.md"
34
+ - " cloudbuild.yaml"
35
+ - " poetry.lock"
36
+ - " pyproject.toml"
37
+ - " secrets.tar.enc"
38
+ - " setup.cfg"
39
+ - " .codeclimate.yml"
40
+ - " .coveragerc"
41
+ - " .deepsource.toml"
42
+ - " .dockerignore"
43
+ - " .env"
44
+ - " .git"
45
+ - " .gitattributes"
46
+ - " .gitignore"
47
+ - " .pre-commit-config.yaml"
48
+ - " .typo-ci.yml"
49
+ - " .github/**/*"
50
+ - " binder/**/*"
51
+ - " data/**/*"
52
+ - " docker/**/*"
53
+ - " examples/**/*"
54
+ - " rasa/**/*"
55
+ - " scripts/**/*"
56
+ - " tests/**/*"
57
+
58
+ # # Any typos we should ignore?
59
+ excluded_words :
60
+ - analytics
61
+ - asyncio
62
+ - bot
63
+ - bot's
64
+ - cmdline
65
+ - conveRT
66
+ - ConveRTFeaturizer
67
+ - ConveRTTokenizer
68
+ - crfsuite
69
+ - custom-nlg-service
70
+ - daksh
71
+ - db's
72
+ - deque
73
+ - non-latin
74
+ - deduplicate
75
+ - deduplication
76
+ - donath
77
+ - matplotlib
78
+ - extractor
79
+ - fbmessenger
80
+ - featurization
81
+ - featurized
82
+ - featurizer
83
+ - featurizers
84
+ - featurizes
85
+ - featurizing
86
+ - forni
87
+ - instaclient
88
+ - jwt
89
+ - jwt's
90
+ - jupyter
91
+ - jupyterhub
92
+ - karpathy
93
+ - keras
94
+ - knowledgebase
95
+ - knowledgebasebot
96
+ - linenos
97
+ - luis
98
+ - matmul
99
+ - mattermost
100
+ - memoization
101
+ - miniconda
102
+ - mitie
103
+ - mitie's
104
+ - dataset
105
+ - mongod
106
+ - mrkdown
107
+ - mrkdwn
108
+ - mymodelname
109
+ - myuser
110
+ - numpy
111
+ - networkx
112
+ - nlu
113
+ - nlu's
114
+ - perceptron
115
+ - pika
116
+ - pika's
117
+ - jieba
118
+ - pretrained
119
+ - pycodestyle
120
+ - pykwalify
121
+ - pymessenger
122
+ - pyobject
123
+ - python-engineio
124
+ - pre
125
+ - customizable
126
+ - quickstart
127
+ - rasa
128
+ - rasa's
129
+ - readthedocs
130
+ - repo
131
+ - rst
132
+ - sanic
133
+ - sanitization
134
+ - scipy
135
+ - sklearn
136
+ - spacy
137
+ - ish
138
+ - spaCy
139
+ - spaCy's
140
+ - README
141
+ - crf
142
+ - backends
143
+ - whitespaced
144
+ - ngram
145
+ - subsampled
146
+ - testagent
147
+ - tokenize
148
+ - tokenized
149
+ - tokenization
150
+ - tokenizer
151
+ - tokenizers
152
+ - typoci
153
+ - unfeaturized
154
+ - unschedule
155
+ - wsgi
156
+ - ruamel
157
+
158
+ spellcheck_filenames : false
You can’t perform that action at this time.
0 commit comments