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

Project: Enable StyleCop and fix existing rules to make PRs easier going forward #2757

Merged
merged 4 commits into from
Aug 3, 2024

Conversation

NickCraver
Copy link
Collaborator

This adopts StyleCop and fixes most issues (and disables things we wouldn't want) to make PRs more consistent in an automated way and prevent formatting problems affecting git history, etc. It also does all the documentation enforcement.

Note: since I had to fix up many anyway, I finally did the <inheritdoc /> minimization on IDatabase/IDatabaseAsync to remove 10% of duplicate documentation. That should also make PRs and maintenance less monotonous.

…ing forward

This adopts StyleCop and fixes most issues (and disables things we wouldn't want) to make PRs more consistent in an automated way and prevent formatting problems affecting git history, etc. It also does all the documentation enforcement.

Note: since I had to fix up many anyway, I finally did the `<inheritdoc />` minimization on `IDatabase`/`IDatabaseAsync` to remove 10% of duplicate documentation. That should also make PRs and maintenance less monotonous.
@NickCraver NickCraver marked this pull request as ready for review July 11, 2024 16:13
Copy link
Collaborator

@mgravell mgravell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merge hell, but necessary IMO

@NickCraver NickCraver merged commit 8346a5c into main Aug 3, 2024
8 checks passed
@NickCraver NickCraver deleted the craver/stylecop branch August 3, 2024 14:29
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

Successfully merging this pull request may close these issues.

3 participants