Skip to content
Merged
Show file tree
Hide file tree
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: 1 addition & 1 deletion .github/workflows/managed-files-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: managed-files-guard
# it is given and fails the pull request when the diff hand-edits one of them
# (ADR-0007: a managed file is byte-exact with its standards source; the fix
# path is a standards change, never a downstream edit). Pull requests opened
# by the sync itself — labelled `standards-sync`, or authored by
# by the sync itself — labeled `standards-sync`, or authored by
# `melodic-standards-sync[bot]` — are exempt inside the action.
#
# ADVISORY during soak (standards#496): this check is NOT aggregated into
Expand Down
8 changes: 8 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
# stay minimal.

[default]
# American English is the house language: non-American variants are corrections,
# not accepted alternates.
locale = "en-us"

extend-ignore-re = [
# Inline ignore directives. typos has no built-in pragma, so this config
# blesses a convention: silence a single line, the following line, or a
Expand Down Expand Up @@ -49,6 +53,10 @@ DUM = "DUM"
FO = "FO"
# Features on Demand (Windows optional-feature packaging) — provisioning.
FoD = "FoD"
# The MITRE Corporation (MITRE ATT&CK, the CVE program) — review conventions.
# The en-us locale corrects the woodworking joint's British spelling to "miter";
# case-sensitive and whole-token, so that correction still applies to prose.
MITRE = "MITRE"
# CC BY-ND license abbreviation (NoDerivatives) — claude-code-proxy.
# Case-sensitive and whole-token, so lowercase "nd" is unaffected.
ND = "ND"
Expand Down