-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[case_sensitive_file_extension_comparisons
]: Don't trigger on digits-only extensions
#12293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…s-only extensions
Looks good to me, nice work! |
Looks good to me as well. Thanks for the nice fix! @bors r+ |
[`case_sensitive_file_extension_comparisons`]: Don't trigger on digits-only extensions If we find a file extension check with only digits (`.123`), do not trigger `case_sensitive_file_extension_comparisons`. Fixes #12252 --- *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: [`case_sensitive_file_extension_comparisons`]: Don't trigger on digits-only extensions
💔 Test failed - checks-action_test |
Looks like our macOS runners are still flaky :( bors pls 🥺 |
This got me scared for a minute. The logs don't seem to contain any useful information to debug what is happening :( |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
If we find a file extension check with only digits (
.123
), do not triggercase_sensitive_file_extension_comparisons
.Fixes #12252
Please write a short comment explaining your change (or "none" for internal only changes)
changelog: [
case_sensitive_file_extension_comparisons
]: Don't trigger on digits-only extensions