forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up CodeCov, fix formatting and clippy warnings on stable Rust (#19)
* add codecov token * fix tendermint dep * add token to repo * fix fmt * Fix clippy warning * Switch back CI to stable Rust * Adapt rustfmt config for stable Co-authored-by: Romain Ruetschi <[email protected]>
- Loading branch information
1 parent
f6ecd3c
commit 01dde40
Showing
6 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
unstable_features = true | ||
|
||
# comments | ||
comment_width = 100 | ||
wrap_comments = true | ||
|
||
# imports | ||
max_width = 100 | ||
reorder_imports = true | ||
|
||
# strings | ||
format_strings = false | ||
max_width = 100 | ||
# nightly only | ||
|
||
# unstable_features = true | ||
# format_strings = false | ||
# comment_width = 100 | ||
# wrap_comments = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters