Skip to content

Commit

Permalink
Do not exclude entire README from spell checking (#10122)
Browse files Browse the repository at this point in the history
### Motivation and Context

Closes #9898

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
  • Loading branch information
markwallace-microsoft authored Jan 8, 2025
1 parent 77c96c2 commit 9a0d63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/_typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ extend-exclude = [
"PopulationByCountry.csv",
"PopulationByAdmin1.csv",
"WomensSuffrage.txt",
"SK-dotnet.sln.DotSettings",
"dotnet/samples/Concepts/Resources/Plugins/CopilotAgentPlugins/README.md"
"SK-dotnet.sln.DotSettings"
]

[default.extend-words]
Expand All @@ -39,6 +38,7 @@ arange = "arange" # Method in Python numpy package
prompty = "prompty" # prompty is a format name.
ist = "ist" # German language
dall = "dall" # OpenAI model name
pn = "pn" # Kiota parameter

[default.extend-identifiers]
ags = "ags" # Azure Graph Service
Expand Down

0 comments on commit 9a0d63b

Please sign in to comment.