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

V8: Follow guidelines from .editorconfig #6849

Merged
merged 2 commits into from
Oct 25, 2019

Conversation

bergmania
Copy link
Member

@bergmania bergmania commented Oct 25, 2019

Description

The current .editorconfig file has the following line:
https://github.com/umbraco/Umbraco-CMS/blob/v8/dev/.editorconfig#L20

dotnet_style_predefined_type_for_locals_parameters_members = true:error

But the codebase do not follow this guideline. This PR fixe this.
Also removes an unused variable - To remove all errors from resharper/rider.

To test this PR, of cause the automated test should pass and the solution should start. But the most important part is the review.

Before:
image

After:
image

@emmaburstow emmaburstow merged commit 9d91402 into v8/dev Oct 25, 2019
@emmaburstow emmaburstow deleted the v8/feature/remove-resharper-errors branch October 25, 2019 13:17
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.

2 participants