-
Notifications
You must be signed in to change notification settings - Fork 60
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
Added spellchecker. #341
Added spellchecker. #341
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #341 +/- ##
==========================================
- Coverage 80.42% 79.80% -0.62%
==========================================
Files 46 45 -1
Lines 1400 1367 -33
Branches 321 317 -4
==========================================
- Hits 1126 1091 -35
+ Misses 274 255 -19
- Partials 0 21 +21 ☔ View full report in Codecov by Sentry. |
Changes AnalysisCommit SHA: 4c29a03 API ChangesSummary
ReportThe full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/9585770512/artifacts/1617914405 API Coverage
|
Fixed SlowlogThresholds, from_address, and pages_processed. Signed-off-by: dblock <[email protected]>
Description
Added spell-checker for code and YAML.
Needs a cspell release with streetsidesoftware/cspell#5740.
Issues Resolved
Closes #337
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.