Skip to content

Spellcheck all the things#723

Merged
mdboom merged 1 commit intomozilla:masterfrom
mdboom:fix-spellcheck
Feb 20, 2020
Merged

Spellcheck all the things#723
mdboom merged 1 commit intomozilla:masterfrom
mdboom:fix-spellcheck

Conversation

@mdboom
Copy link
Copy Markdown
Contributor

@mdboom mdboom commented Feb 19, 2020

This expands the spellchecker to run on all of the markdown files checked into git (except DEPENDENCIES.md).

This fixes a minor bug with the spellcheck script so it will always spellcheck the CHANGELOG.

The issue is that when the docs are built, ./CHANGELOG.md is copied to docs/appendix/changelog.md. The spellcheck script only looked at .md in the docs directory, so the changelog would be spellchecked only if the developer had previously built the docs. Notably, it meant the CHANGELOG.md was not spellchecked on CI. This should at least keep things consistent, and not force users to spellcheck things in the CHANGELOG that were previously missed by CI.

@auto-assign auto-assign Bot requested a review from badboy February 19, 2020 21:26
@@ -1,8 +1,8 @@
This directory contains a tool to analyse the patterns of baseline and metrics pings received on a per-client basis in Fenix. These pattern analyses are then summarized in a single plot showing various patterns and issues found in the data.
This directory contains a tool to analyze the patterns of baseline and metrics pings received on a per-client basis in Fenix. These pattern analyses are then summarized in a single plot showing various patterns and issues found in the data.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🇨🇦 -> 🇺🇸

@mdboom mdboom merged commit e9e56be into mozilla:master Feb 20, 2020
@mdboom mdboom deleted the fix-spellcheck branch April 14, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants