rust/tests/ui-toml
Parker Timmerman fa7dd1c4e0
add new lint, pub_underscore_fields
- add a new late pass lint, with config options
- add ui tests for both variations of config option
- update CHANGELOG.md

github feedback

bump version to 1.77 and run cargo collect-metadata

Change `,` to `;` in `conf.rs`
2023-12-29 11:44:34 +01:00
..
absolute_paths
allow_mixed_uninlined_format_args
arithmetic_side_effects_allowed
array_size_threshold
await_holding_invalid_type
bad_toml Bless clippy tests 2023-11-24 19:15:52 +01:00
bad_toml_type Bless clippy tests 2023-11-24 19:15:52 +01:00
borrow_interior_mutable_const Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup 2023-10-21 14:16:11 +02:00
conf_deprecated_key Bless clippy tests 2023-11-24 19:15:52 +01:00
dbg_macro
decimal_literal_representation Bless clippy tests 2023-11-24 19:15:52 +01:00
declare_interior_mutable_const Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup 2023-10-21 14:16:11 +02:00
disallowed_macros
disallowed_names_append
disallowed_names_replace Bless clippy tests 2023-11-24 19:15:52 +01:00
disallowed_script_idents Bless clippy tests 2023-11-24 19:15:52 +01:00
doc_valid_idents_append Bless clippy tests 2023-11-24 19:15:52 +01:00
doc_valid_idents_replace
duplicated_keys Bless clippy tests 2023-11-24 19:15:52 +01:00
duplicated_keys_deprecated Bless clippy tests 2023-11-24 19:15:52 +01:00
duplicated_keys_deprecated_2 Bless clippy tests 2023-11-24 19:15:52 +01:00
enum_variant_size Bless clippy tests 2023-11-24 19:15:52 +01:00
excessive_nesting rename [blocks_in_if_conditions] to [blocks_in_conditions]; 2023-11-30 15:41:54 +08:00
expect_used
explicit_iter_loop Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup 2023-09-25 11:28:58 +02:00
extra_unused_type_parameters
fn_params_excessive_bools Bless clippy tests 2023-11-24 19:15:52 +01:00
functions_maxlines
good_toml_no_false_negatives
ifs_same_cond Bless clippy tests 2023-11-24 19:15:52 +01:00
impl_trait_in_params Bless clippy tests 2023-11-24 19:15:52 +01:00
invalid_min_rust_version Bless clippy tests 2023-11-24 19:15:52 +01:00
item_name_repetitions Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup 2023-10-21 14:16:11 +02:00
large_futures Bless clippy tests 2023-11-24 19:15:52 +01:00
large_include_file
large_stack_frames Bless clippy tests 2023-11-24 19:15:52 +01:00
large_types_passed_by_value Bless clippy tests 2023-11-24 19:15:52 +01:00
lint_decimal_readability
manual_let_else Bless clippy tests 2023-11-24 19:15:52 +01:00
max_suggested_slice_pattern_length Bless clippy tests 2023-11-24 19:15:52 +01:00
min_ident_chars
min_rust_version Bless clippy tests 2023-11-24 19:15:52 +01:00
missing_enforced_import_rename
module_inception
mut_key
nonstandard_macro_braces
path_ends_with_ext Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup 2023-09-25 11:28:58 +02:00
print_macro
private-doc-errors Add ui test for check_private_items config 2023-11-21 11:43:16 +01:00
pub_crate_missing_docs Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyup 2023-10-21 14:16:11 +02:00
pub_underscore_fields add new lint, pub_underscore_fields 2023-12-29 11:44:34 +01:00
result_large_err Bless clippy tests 2023-11-24 19:15:52 +01:00
semicolon_block Bless clippy tests 2023-11-24 19:15:52 +01:00
strict_non_send_fields_in_send_ty
struct_excessive_bools Bless clippy tests 2023-11-24 19:15:52 +01:00
suppress_lint_in_const Add test for indexing_slicing_index and modify related test 2023-12-22 20:31:48 +08:00
toml_disallow
toml_disallowed_methods
toml_disallowed_types
toml_trivially_copy
toml_unknown_key add new lint, pub_underscore_fields 2023-12-29 11:44:34 +01:00
too_large_for_stack Bless clippy tests 2023-11-24 19:15:52 +01:00
too_many_arguments Bless clippy tests 2023-11-24 19:15:52 +01:00
type_complexity Bless clippy tests 2023-11-24 19:15:52 +01:00
type_repetition_in_bounds Bless clippy tests 2023-11-24 19:15:52 +01:00
undocumented_unsafe_blocks Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyup 2023-09-25 11:28:58 +02:00
unnecessary_box_returns Bless clippy tests 2023-11-24 19:15:52 +01:00
unwrap_used
upper_case_acronyms_aggressive
vec_box_sized
verbose_bit_mask Bless clippy tests 2023-11-24 19:15:52 +01:00
wildcard_imports Bless clippy tests 2023-11-24 19:15:52 +01:00
zero_single_char_names
update-all-references.sh