-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tri/8553/successfulcheck
# Conflicts: # crates/ruff_cli/tests/integration_test.rs
- Loading branch information
Showing
2,498 changed files
with
175,766 additions
and
52,883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,3 @@ | ||
[alias] | ||
dev = "run --package ruff_dev --bin ruff_dev" | ||
benchmark = "bench -p ruff_benchmark --bench linter --bench formatter --" | ||
|
||
[target.'cfg(all())'] | ||
rustflags = [ | ||
# CLIPPY LINT SETTINGS | ||
# This is a workaround to configure lints for the entire workspace, pending the ability to configure this via TOML. | ||
# See: `https://github.com/rust-lang/cargo/issues/5034` | ||
# `https://github.com/EmbarkStudios/rust-ecosystem/issues/22#issuecomment-947011395` | ||
"-Dunsafe_code", | ||
"-Wclippy::pedantic", | ||
# Allowed pedantic lints | ||
"-Wclippy::char_lit_as_u8", | ||
"-Aclippy::collapsible_else_if", | ||
"-Aclippy::collapsible_if", | ||
"-Aclippy::implicit_hasher", | ||
"-Aclippy::match_same_arms", | ||
"-Aclippy::missing_errors_doc", | ||
"-Aclippy::missing_panics_doc", | ||
"-Aclippy::module_name_repetitions", | ||
"-Aclippy::must_use_candidate", | ||
"-Aclippy::similar_names", | ||
"-Aclippy::too_many_lines", | ||
# Disallowed restriction lints | ||
"-Wclippy::print_stdout", | ||
"-Wclippy::print_stderr", | ||
"-Wclippy::dbg_macro", | ||
"-Wclippy::empty_drop", | ||
"-Wclippy::empty_structs_with_brackets", | ||
"-Wclippy::exit", | ||
"-Wclippy::get_unwrap", | ||
"-Wclippy::rc_buffer", | ||
"-Wclippy::rc_mutex", | ||
"-Wclippy::rest_pat_in_fully_bound_structs", | ||
"-Wunreachable_pub" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[profile.ci] | ||
# Print out output for failing tests as soon as they fail, and also at the end | ||
# of the run (for easy scrollability). | ||
failure-output = "immediate-final" | ||
# Do not cancel the test run on the first failure. | ||
fail-fast = false | ||
|
||
status-level = "skip" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.