Skip to content

Commit

Permalink
Enforce correct capitalization of ParaTimes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jan 30, 2023
1 parent 960748d commit 7086930
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Little things:

Spotlight change:

- Only show paratimes Emerald and Cipher
- Only show ParaTimes Emerald and Cipher
([#267](https://github.com/oasisprotocol/oasis-wallet-ext/pull/267)).

Little things:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lint-targets := lint-spell lint-git
# NOTE: Keep this in sync with the patterns in ci-lint GitHub Actions workflow.
lint-spell:
@$(ECHO) "$(CYAN)*** Running cspell...$(OFF)"
@npx cspell "src/**" "docs/**" "public/**" "README.md" "package.json"
@npx cspell "src/**" "docs/**" "public/**" "README.md" "CHANGELOG.md" "package.json"

lint-git:
@$(CHECK_GITLINT)
Expand Down
10 changes: 7 additions & 3 deletions cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@ words:
- undelegate

# ParaTime-related terms.
- paratime
- paratimes
- ParaTime
- ParaTimes
- runtimes
- emerald
- Emerald

# List of words to be always considered incorrect.
flagWords:
- witch
- singer

languageSettings:
- languageId: markdown
caseSensitive: true

0 comments on commit 7086930

Please sign in to comment.