We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there documentation on how to set up these rules in the .editorConfig? I can't find it in the repository.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Is there documentation on how to set up these rules in the .editorConfig? I can't find it in the repository.
The text was updated successfully, but these errors were encountered: