Add backbone configuration of cargo-spellcheck (#924)

* feat(config): add backbone configuration of cargo-spellcheck

* feat(config): try to narrow a source code to analysis

* feat(config): try to narrow a source code to analysis via find command

* Update .github/workflows/lint.yml

;-)

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

* Update .github/workflows/lint.yml

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

* Use bash.

* Fix spelling.

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
This commit is contained in:
Tomasz Waszczyk
2021-04-29 22:22:29 +02:00
committed by Bastian Köcher
parent 01cede2120
commit 051030374a
+1 -1
View File
@@ -70,7 +70,7 @@ decl_error! {
InvalidRecipient, InvalidRecipient,
/// Cannot map from peer recipient to this blockchain recipient. /// Cannot map from peer recipient to this blockchain recipient.
FailedToMapRecipients, FailedToMapRecipients,
/// Failed to convert from peer blockchain currency to this blockhain currency. /// Failed to convert from peer blockchain currency to this blockchain currency.
FailedToConvertCurrency, FailedToConvertCurrency,
/// Deposit has failed. /// Deposit has failed.
DepositFailed, DepositFailed,