Skip to content

Fix all code style violations#535

Closed
gregkalapos wants to merge 2 commits intoelastic:masterfrom
gregkalapos:CodeStyle_AutoCleanup
Closed

Fix all code style violations#535
gregkalapos wants to merge 2 commits intoelastic:masterfrom
gregkalapos:CodeStyle_AutoCleanup

Conversation

@gregkalapos
Copy link
Copy Markdown
Contributor

@gregkalapos gregkalapos commented Oct 4, 2019

#532 adds dotnet format checks to make sure all PRs respect our .editorconfig. Currently #532 fails, because we already have lots of violations in our code base. This PR fixes those.

All done by auto code cleanup - there is no manual code change here. I think this does not need too much manual review, it'd be very hard to do anyway.

@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #535 into master will decrease coverage by 0.23%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #535      +/-   ##
==========================================
- Coverage   84.01%   83.78%   -0.24%     
==========================================
  Files         101      101              
  Lines        4480     4415      -65     
==========================================
- Hits         3764     3699      -65     
  Misses        716      716
Impacted Files Coverage Δ
src/Elastic.Apm/Helpers/PlatformDetection.cs 59.25% <0%> (-13.7%) ⬇️
src/Elastic.Apm/Api/Service.cs 90.14% <0%> (-0.28%) ⬇️
src/Elastic.Apm/Helpers/ExceptionUtils.cs 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 979eefd...f91595b. Read the comment docs.

@gregkalapos
Copy link
Copy Markdown
Contributor Author

This auto cleanup became out of date (due to #551). Closing and doing the cleanup in #536.

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