Skip to content

Commit dd8d923

Browse files
committed
Fix remark CI issues
1 parent ca3177c commit dd8d923

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

book/src/development/feature_freeze.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
This is a temporary notice.
44

5-
From May 9th, 2025 until the 1st of August, 2025 we will perform a feature freeze. Only bugfix PRs will be reviewed with the
6-
exception of already open ones. Every feature-adding PR open in between those dates will be moved into a milestone
7-
to be reviewed separately at another time.
5+
From May 9th, 2025 until the 1st of August, 2025 we will perform a feature freeze. Only bugfix PRs will be reviewed
6+
with the exception of already open ones. Every feature-adding PR open in between those dates will be moved into a
7+
milestone to be reviewed separately at another time.
88

99
We do this because of the long backlog of bugs that need to be addressed
1010
in order to contiue being the state of the art linter that Clippy has become known for being.
1111

1212
## For contributors
1313

14-
If you are a contributor or are planning to become one, **please do not open a lint-adding PR**, we have lots of open bugs
15-
of all levels of difficulty that you can address instead!
14+
If you are a contributor or are planning to become one, **please do not open a lint-adding PR**, we have lots of open
15+
bugs of all levels of difficulty that you can address instead!
1616

1717
We currently have about 800 lints, each one posing a maintainability challenge that needs to account to every possible
1818
usecase of the whole ecosystem. Bugs are natural in every software, but the Clippy team considers that Clippy needs a
@@ -28,19 +28,19 @@ If you'd like to help, making a bugfix, making sure that it works, and opening a
2828

2929
As a general metric and always taking into account your skill and knowledge level, you can use this guide:
3030

31-
- 🟥 [ICEs][search_ice], these are compiler errors that causes Clippy to panic and crash. Usually involves high-level debugging,
32-
sometimes interacting directly with the upstream compiler. Difficult to fix but a great challenge that improves
33-
a lot developer workflows!
31+
- 🟥 [ICEs][search_ice], these are compiler errors that causes Clippy to panic and crash. Usually involves high-level
32+
debugging, sometimes interacting directly with the upstream compiler. Difficult to fix but a great challenge that
33+
improves a lot developer workflows!
3434

35-
- 🟧 [Suggestion causes bug][sugg_causes_bug], Clippy suggested code that changed logic in some silent way. Unacceptable, as this may have
36-
disastreous consequences. Easier to fix than ICEs
35+
- 🟧 [Suggestion causes bug][sugg_causes_bug], Clippy suggested code that changed logic in some silent way.
36+
Unacceptable, as this may have disastreous consequences. Easier to fix than ICEs
3737

38-
- 🟨 [Suggestion causes error][sugg_causes_error], Clippy suggested code snippet that caused a compiler error when applied.
39-
We need to make sure that Clippy doesn't suggest using a variable twice at the same time or similar
38+
- 🟨 [Suggestion causes error][sugg_causes_error], Clippy suggested code snippet that caused a compiler error
39+
when applied. We need to make sure that Clippy doesn't suggest using a variable twice at the same time or similar
4040
easy-to-happen occurrences.
4141

42-
- 🟩 [False positives][false_positive], a lint should not have fired, the easiest of them all, as this is "just" identifying the root of a
43-
the false positive and making an exception for those cases.
42+
- 🟩 [False positives][false_positive], a lint should not have fired, the easiest of them all, as this is "just"
43+
identifying the root of a the false positive and making an exception for those cases.
4444

4545
Note that false negatives do not have priority unless the case is very clear, as they are a feature-request in a trench coat.
4646

0 commit comments

Comments
 (0)