Typos CLI - initial config and changes
Signed-off-by: Andre Wanlin <awanlin@spotify.com> Fixed test typos Signed-off-by: Andre Wanlin <awanlin@spotify.com> Fixed docs typos Signed-off-by: Andre Wanlin <awanlin@spotify.com> Fixed code comment typos Signed-off-by: Andre Wanlin <awanlin@spotify.com> Fixed remaining typos Signed-off-by: Andre Wanlin <awanlin@spotify.com> Added CI and Config Signed-off-by: Andre Wanlin <awanlin@spotify.com> Fixed typo, lol Signed-off-by: Andre Wanlin <awanlin@spotify.com> Fixes and update API reports Signed-off-by: Andre Wanlin <awanlin@spotify.com> Updated based on feedback Signed-off-by: Andre Wanlin <awanlin@spotify.com> Updated test Signed-off-by: Andre Wanlin <awanlin@spotify.com> Minor corrections Signed-off-by: Andre Wanlin <awanlin@spotify.com> Removed changesets Signed-off-by: Andre Wanlin <awanlin@spotify.com> Refactor to make changes non-breaking Signed-off-by: Andre Wanlin <awanlin@spotify.com> Clean up of new typos Signed-off-by: Andre Wanlin <awanlin@spotify.com> Use typoed over typo'd Signed-off-by: Andre Wanlin <awanlin@spotify.com> Added typoed Signed-off-by: Andre Wanlin <awanlin@spotify.com> Updated API Reports Signed-off-by: Andre Wanlin <awanlin@spotify.com> Feedback improvement Signed-off-by: Andre Wanlin <awanlin@spotify.com> Refinements Signed-off-by: Andre Wanlin <awanlin@spotify.com> Simplify based on feedback Signed-off-by: Andre Wanlin <awanlin@spotify.com> Reverted to handle both keys Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
+8
-1
@@ -18,12 +18,19 @@ Phoen = "Phoen" # GitHub username K-Phoen in plugin metadata
|
||||
Hashi = "Hashi" # prefix of HashiCorp company name
|
||||
ba = "ba" # Swedish word in comment in buildDocs.ts
|
||||
mosquitto = "mosquitto" # correct spelling of the Eclipse Mosquitto MQTT broker
|
||||
Additiona = "Additiona" # deprecated field name getAdditionaRemoteInfo kept for backward compat
|
||||
ALLO = "ALLO" # prefix of ALLOWs in AuthorizedSearchEngine.ts comment
|
||||
VALIDAT = "VALIDAT" # prefix of VALIDATEs in catalog-backend migration comment
|
||||
styl = "styl" # Stylus stylesheet file extension in jest.js regex pattern
|
||||
Entitie = "Entitie" # camelCase fragment of starredEntitie$ (RxJS observable naming convention in StarredEntitiesApi)
|
||||
|
||||
# Deprecated names kept for backward compatibility.
|
||||
# Remove each entry when the corresponding deprecated symbol is removed.
|
||||
Additiona = "Additiona" # deprecated field name `getAdditionaRemoteInfo` (use `getAdditionalRemoteInfo`)
|
||||
Intergation = "Intergation" # deprecated alias `AzureBlobStorageIntergation` (use `AzureBlobStorageIntegration`) in @backstage/integration
|
||||
Tooptip = "Tooptip" # deprecated translation key `editSettingsTooptip` (use `editSettingsTooltip`) in @backstage/plugin-home
|
||||
heder = "heder" # deprecated `TableFiltersClassKey` literal `'heder'` (use `'header'`) in @backstage/core-components
|
||||
Colums = "Colums" # deprecated `RelatedEntitiesCard.domainEntityColums` (use `domainEntityColumns`) in @backstage/plugin-catalog
|
||||
|
||||
[files]
|
||||
extend-exclude = [
|
||||
# Release and changelog files
|
||||
|
||||
Reference in New Issue
Block a user