Skip to content

Commit

Permalink
Spell checking & changelog
Browse files Browse the repository at this point in the history
- Reverted change made in spellcheck yaml file.
- Added a new typo-ci.yml in root folder.
- Changed changelog after Tobias suggestion.
  • Loading branch information
Imod7 committed Apr 22, 2021
1 parent 86f41e0 commit 08dba55
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ jobs:
# typo_ci_license_key: ${{ secrets.TYPO_CI_LICENSE_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Any files/folders we should ignore?
excluded_files:
- "rasa_sdk/**/*"
183 changes: 183 additions & 0 deletions .typo-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
# 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? Currently Typo CI supports:
# de
# en
# en_GB
# es
# fr
# it
# pt
# pt_BR
dictionaries:
- en

# # Any files/folders we should ignore?
excluded_files:
- "*.py"
- "*.css"
- "*.scss"
- "*.yml"
- "*.yaml"
- "*.html"
- "*.json"
- "*.lock"
- "*.js"
- "*.jsx"
- "*.ts"
- "*.tsx"
- "*.md"
- "CHANGELOG.mdx"
- "Dockerfile"
- "LICENSE.txt"
- "Makefile"
- "README.md"
- "pyproject.toml"
- "setup.cfg"
- ".dockerignore"
- ".git"
- ".gitignore"
- ".pre-commit-config.yaml"
- ".typo-ci.yml"
- ".github/**/*"
- "examples/**/*"
- "rasa_sdk/**/*"
- "scripts/**/*"
- "tests/**/*"

# # Any typos we should ignore?
excluded_words:
- analytics
- asyncio
- bot
- bot's
- cdd
- CDD
- cmdline
- conveRT
- ConveRTFeaturizer
- ConveRTTokenizer
- crfsuite
- custom-nlg-service
- daksh
- db's
- deque
- docusaurus
- non-latin
- deduplicate
- deduplication
- donath
- matplotlib
- extractor
- fbmessenger
- featurization
- featurized
- featurizer
- featurizers
- featurizes
- featurizing
- forni
- gzip
- gzipped
- hftransformersnlp
- initializer
- instaclient
- jwt
- jwt's
- jupyter
- jupyterhub
- karpathy
- keras
- knowledgebase
- knowledgebasebot
- linenos
- luis
- matmul
- mattermost
- memoization
- miniconda
- mitie
- mitiefeaturizer
- mitie's
- mitienlp
- dataset
- mongod
- mrkdown
- mrkdwn
- myio
- mymodelname
- myuser
- numpy
- networkx
- nlu
- nlu's
- perceptron
- pika
- pika's
- jieba
- pretrained
- prototyper
- pycodestyle
- pykwalify
- pymessenger
- pyobject
- python-engineio
- pre
- customizable
- quickstart
- rasa
- rasa's
- readthedocs
- regularizer
- repo
- rst
- sanic
- sanitization
- scipy
- sklearn
- socketio
- spacy
- spacyfeaturizer
- spacynlp
- ish
- spaCy
- spaCy's
- README
- crf
- backends
- whitespaced
- ngram
- subsampled
- testagent
- tokenize
- tokenized
- tokenization
- tokenizer
- tokenizers
- tokenizing
- typoci
- unfeaturized
- unschedule
- wsgi
- ruamel
- prototyper
- hallo
- crypto
- regexes
- walkthroughs
- webexteams
- venv
- regexfeaturizer
- crfentityextractor
- Comerica
- entitysynonymmapper
- memoizationpolicy
- NLG
- nlg
- Juste
- Tanja
- Vova

spellcheck_filenames: false
3 changes: 1 addition & 2 deletions changelog/261.improvement.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Under each form of the domain, the definition of slot mappings without the keyword `required_slots` is now deprecated. Please always use the
keyword `required_slots` right before the slot mappings definition of each form in the `domain.yml` file.
Adding support for forms with the `required_slots` key which is introduced as part of Rasa Open Source 2.6.

0 comments on commit 08dba55

Please sign in to comment.