rust-lightning/ci
Matt Corallo 4741653f76 Allow clippy::unwrap-or-default because its usually wrong
`or_default` is generally less readable than writing out the thing
we're writing, as `Default` is opaque but explicit constructors
generally are not. Thus, we ignore the clippy lint (ideally we
could invert it and ban the use of `Default` in the crate entirely
but alas).
2024-10-23 16:15:00 +00:00
..
check-compiles.sh Drop no-std feature 2024-09-18 09:07:58 +02:00
check-each-commit.sh Fix misc shellcheck complaints 2024-08-13 08:50:30 +02:00
check-lint.sh Allow clippy::unwrap-or-default because its usually wrong 2024-10-23 16:15:00 +00:00
ci-tests.sh Merge pull request #3330 from tnull/2024-09-add-macros-crate 2024-10-17 15:34:18 +00:00
rustfmt.sh Only attempt to rustfmt files checked into git 2024-09-18 18:04:54 +00:00