-
-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate
--option-name-check-distance
(#10611)
Generally, Pants suffers from options fatigue. It's sensible to always use a max edit distance of 2 for Levenshtein matching on bad option names - there isn't much utility to allowing users to configure something so granular. This simplifies our code, reduces the # of options for users, and will allow us to change the algorithm if we ever want to. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
1 parent
659ffd6
commit 0b2be0b
Showing
4 changed files
with
11 additions
and
18 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
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