mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #296] [MERGED] add rustfmt to CI #1353
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/296
Author: @little-dude
Created: 11/25/2017
Status: ✅ Merged
Merged: 11/27/2017
Merged by: @bluejekyll
Base:
master← Head:rustfmt📝 Commits (6)
10106eeadd jobs for rustfmt and clippy0d86f6aadd rustfmt configdd93cdcrustfmta954776Merge branch 'master' into rustfmte09ce8dmerge upstream changesd5b523dallow rustfmt failures📊 Changes
136 files changed (+3307 additions, -3223 deletions)
View changed files
➕
.rustfmt.toml(+3 -0)📝
.travis.yml(+14 -3)📝
client/src/client/client.rs(+55 -61)📝
client/src/client/client_connection.rs(+9 -1)📝
client/src/client/client_future.rs(+10 -4)📝
client/src/client/mod.rs(+2 -2)📝
client/src/client/rc_future.rs(+13 -9)📝
client/src/lib.rs(+2 -2)📝
client/src/op/update_message.rs(+1 -1)📝
client/src/rr/dnssec/key_format.rs(+48 -65)📝
client/src/rr/dnssec/keypair.rs(+41 -67)📝
client/src/rr/dnssec/signer.rs(+7 -8)📝
client/src/serialize/txt/master.rs(+38 -36)📝
client/src/serialize/txt/master_lex.rs(+108 -126)📝
client/src/serialize/txt/rdata_parsers/a.rs(+7 -8)📝
client/src/serialize/txt/rdata_parsers/aaaa.rs(+7 -8)📝
client/src/serialize/txt/rdata_parsers/caa.rs(+12 -12)📝
client/src/serialize/txt/rdata_parsers/mx.rs(+6 -4)📝
client/src/serialize/txt/rdata_parsers/name.rs(+4 -5)📝
client/src/serialize/txt/rdata_parsers/null.rs(+1 -1)...and 80 more files
📄 Description
This PR add a rustfmt job that fails when the code is not formatted with rustfmt.
Fix https://github.com/bluejekyll/trust-dns/issues/293
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.