rust-clippy/tests/ui-toml
Cauê Baasch de Souza e8731a926c Add large_types_passed_by_value lint
Refactor trivially_copy_pass_by_ref and the new lint into pass_by_ref_or_value module

Update stderr of conf_unknown_key test

Rename lint to large_types_passed_by_value

Increase `pass_by_value_size_limit` default value to 256

Improve rules for `large_types_passed_by_value`

Improve tests for `large_types_passed_by_value`

Improve documentation for `large_types_passed_by_value`

Make minor corrections to pass_by_ref_or_value.rs suggested by clippy itself

Fix `large_types_passed_by_value` example and improve docs

pass_by_ref_or_value: Tweak check for mut annotation in params

large_types_passed_by_value: add tests for pub trait, trait impl and inline attributes
2020-10-24 14:46:56 -03:00
..
bad_toml Update ui-toml tests 2019-08-14 09:58:00 +02:00
bad_toml_type Remove all copyright license headers 2019-01-08 21:46:39 +01:00
conf_deprecated_key Renamed: Cyclomatic Complexity -> Cognitive Complexity 2019-03-06 10:07:38 -03:00
fn_params_excessive_bools add excessive bools lints 2020-02-05 20:54:58 +03:00
functions_maxlines run the specific script suggested by the error message 2020-09-04 21:12:16 -06:00
good_toml_no_false_negatives Renamed: Cyclomatic Complexity -> Cognitive Complexity 2019-03-06 10:07:38 -03:00
struct_excessive_bools add excessive bools lints 2020-02-05 20:54:58 +03:00
toml_blacklist Remove all copyright license headers 2019-01-08 21:46:39 +01:00
toml_disallowed_method update error message, refactor disallowed_method 2020-09-25 11:09:04 -05:00
toml_trivially_copy Downgrade trivially_copy_pass_by_ref to pedantic 2020-04-02 18:56:10 -07:00
toml_unknown_key Add large_types_passed_by_value lint 2020-10-24 14:46:56 -03:00
vec_box_sized add size parameter for lint 2020-01-25 18:06:52 +03:00
zero_single_char_names Add test for zero single char names 2020-04-15 13:35:44 +02:00
update-all-references.sh build: improve script and travis config 2019-10-22 10:14:39 +07:00
update-references.sh Remove the generated files by update-references.sh if they are empty 2020-10-11 22:57:22 +09:00