hickory-dns/scripts
Benjamin Fry 8292e9da7f
Enable clippy on stable (#603)
* add clippy to stable builds

* add clippy run to stable

* fix clippy::range-plus-one

* fix clippy::bool-comparison

* fix dead-code

* fix unused-imports

* fix clippy::needless-collect

* fix clippy::map-clone

* fix clippy::explicit-counter-loop

* fix clippy::ok-expect

* fix clippy::zero-prefixed-literal

* fix clippy::ptr-arg

* fix clippy::collapsible-if

* fix clippy::wrong_self_convention

* fix clippy::useless_format

* clippy::unneeded_field_pattern

* fix clippy::unit_arg

* fix clippy::trivially_copy_pass_by_ref

* fix clippy::suspicious_else_formatting

* fix clippy::string_lit_as_bytes

* fix clippy::single_match

* fix clippy::single_char_pattern

* fix clippy::redundant_pattern

* fix clippy::redundant_field_names

* fix clippy::redundant_closure

* fix clippy::question_mark

* fix clippy::or_fun_call

* fix clippy::op_ref

* fix clippy::new_without_default and new_without_default_derive

* fix clippy::needless_update

* fix clippy::needless_return

* fix clippy::needless_lifetimes

* fix clippy::match_ref_pats

* fix clippy::len_without_is_empty

* fix clippy::if_same_then_else

* fix clippy::if_let_redundant_pattern_matching

* fix clippy::identity_conversion

* fix clippy::filter_next

* fix clippy::expect_fun_call

* fix clippy::enum_variant_names

* fix clippy::derive_hash_xor_eq

* fix clippy::const_static_lifetime

* fix clippy::clone_on_copy

* fix clippy::clone_double_ref

* fix clippy::cast_lossless

* final list of clippy exceptions
2018-11-09 22:03:59 -08:00
..
build_benches.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
cargo_publish.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
docker_ftest.sh all tests passing in docker 2018-03-18 10:55:26 -07:00
gen_certs.sh rustls client support 2017-04-21 20:23:50 -07:00
install_bind.sh sig0 compatibility tests (#121) 2017-05-02 06:02:23 -07:00
install_openssl_deb.sh upgrade test openssl version to 4.13 2018-07-07 11:18:00 -07:00
root_key.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
run_clippy.sh Enable clippy on stable (#603) 2018-11-09 22:03:59 -08:00
run_kcov.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
run_tests.sh Cleanup travis (#425) 2018-04-28 11:17:54 -07:00
run_with_example.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_all_features.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_default_features.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_dns_over_native_tls.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_dns_over_openssl.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_dns_over_rustls.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_dnssec_openssl.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_dnssec_ring.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_mdns.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_no_default_features.sh Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00
test_windows.bat Clean up directory structure of crates (#589) 2018-10-22 08:22:58 -07:00