Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding info about exclude_files.txt #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions customize-robots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ If it's a 'word' the spell check should recognize, you'll need to add this to th
Go to the `resources/dictionary.txt` file. Open the file and add the new 'word' to its appropriate place (the words are in alphabetical order).
After committing the changes to `resources/dictionary.txt` on your branch, the spell check status check should be successfully passed.

If you find that you have a file that you would like to exclude from the spell check you can add the name of the file to exclude_files.txt, which can also be found within the resources directory.

### Style code

In the `config_automation.yml` file it is set by:
Expand Down
Loading