rust/tests/ui-toml
bors 50ab3ce6c9 Auto merge of #10607 - beetrees:toml-spans, r=giraffate
Add spans to `clippy.toml` error messages

Adds spans to errors and warnings encountered when parsing `clippy.toml`.

changelog: Errors and warnings generated when parsing `clippy.toml` now point to the location in the TOML file the error/warning occurred.
2023-06-02 08:01:31 +00:00
..
allow_mixed_uninlined_format_args Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
arithmetic_side_effects_allowed [arithmetic-side-effects] Consider negative numbers and add more tests 2023-01-06 12:25:51 -03:00
array_size_threshold Fix array-size-threshold config deserialization error 2023-02-28 14:37:41 +00:00
await_holding_invalid_type Return multiple resolutions from def_path_res 2022-11-04 21:58:07 +00:00
bad_toml Add spans to clippy.toml error messages 2023-06-02 00:56:27 +01:00
bad_toml_type Add spans to clippy.toml error messages 2023-06-02 00:56:27 +01:00
conf_deprecated_key Add spans to clippy.toml error messages 2023-06-02 00:56:27 +01:00
dbg_macro Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
disallowed_macros Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
disallowed_names_append Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup 2022-08-11 19:42:16 +02:00
disallowed_names_replace Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup 2022-08-11 19:42:16 +02:00
doc_valid_idents_append Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup 2022-06-16 17:39:06 +02:00
doc_valid_idents_replace Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup 2022-06-16 17:39:06 +02:00
duplicated_keys Add spans to clippy.toml error messages 2023-06-02 00:56:27 +01:00
duplicated_keys_deprecated Add spans to clippy.toml error messages 2023-06-02 00:56:27 +01:00
duplicated_keys_deprecated_2 Add spans to clippy.toml error messages 2023-06-02 00:56:27 +01:00
expect_used Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
extra_unused_type_parameters Add suggestions to extra_unused_type_parameters 2023-03-23 23:56:31 -04:00
fn_params_excessive_bools bless clippy 2022-10-01 10:03:06 +00:00
functions_maxlines
good_toml_no_false_negatives Merge commit 'd7b5cbf065b88830ca519adcb73fad4c0d24b1c7' into clippyup 2022-06-16 17:39:06 +02:00
ifs_same_cond needless_else: new lint to check for empty else clauses 2023-05-22 11:52:26 +02:00
invalid_min_rust_version
large_futures Update clippy_lints/src/large_futures.rs 2023-03-29 08:47:32 +00:00
large_include_file bless clippy 2022-10-01 10:03:06 +00:00
lint_decimal_readability
max_suggested_slice_pattern_length
min_rust_version
missing_enforced_import_rename
mut_key Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
nonstandard_macro_braces Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
print_macro Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
pub_crate_missing_docs Address review comments 2023-02-17 09:09:44 -05:00
semicolon_block use //@ for commands in tests 2023-04-25 11:23:02 -05:00
strict_non_send_fields_in_send_ty bless clippy 2022-10-01 10:03:06 +00:00
struct_excessive_bools bless clippy 2022-10-01 10:03:06 +00:00
suppress_lint_in_const fix test 2022-12-03 16:06:57 +08:00
toml_disallow Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup 2022-08-11 19:42:16 +02:00
toml_disallowed_methods Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
toml_disallowed_types
toml_trivially_copy Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
toml_unknown_key Add spans to clippy.toml error messages 2023-06-02 00:56:27 +01:00
unwrap_used Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
upper_case_acronyms_aggressive
vec_box_sized fix vec-box-size-threshold off-by-one error 2022-11-14 16:06:21 +01:00
zero_single_char_names
update-all-references.sh