-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Feature Request]: Expand BuildCheck editorconfig allowable syntax #10232
Comments
Thank you!
And the configuration applied correctly, am I missing something? |
For case sensitivity I agree that the values are fine, it was the case sensitivity of the property keys that was frustrating - convention elsewhere seems to be lowercase property keys (meaning don't let .NET's Pascal case obsession leak to the editor config file). |
Possibly related: #10315 |
Btw. - the:
Are tracked as #10097 Let's handle in either of those tickets, let's just prevent any possible duplication of efforts |
Comment from @baronfel
With this I do agree, and since we are in development mode I would remove the key from the infrastructure recognized keys :) |
This goal was done as part of the ticket: #10097
Goal here is to remove the supportability of CamelCase in configuration module for infrastructure related keys and this is tracked here: #10315 |
Summary
EditorConfig settings for BuildChecks have rigid rules:
Background and Motivation
Ease of use/things I banged my head against today
Proposed Feature
I'd like to see:
IsEnabled
property should supportenabled
as wellNone
(also,none
) should be allowed to disable a rule (this is in line with the desire for case-insensitivity)Alternative Designs
No response
The text was updated successfully, but these errors were encountered: