Skip to content
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

Missing Settings for .editorConfig #3650

Open
RealDotNetDave opened this issue May 1, 2023 · 1 comment
Open

Missing Settings for .editorConfig #3650

RealDotNetDave opened this issue May 1, 2023 · 1 comment

Comments

@RealDotNetDave
Copy link

Is there documentation on how to set up these rules in the .editorConfig? I can't find it in the repository.

@bjornhellander
Copy link
Contributor

There is an old pull request that might help: #3374

Otherwise, the classes here do the actual reading of stylecop.json and .editorconfig: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/tree/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/ObjectModel
You will for example find code like this, where you can see what the settings are called in .editorconfig: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/ObjectModel/DocumentationSettings.cs#L241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants