Conversation
Codecov Report
@@ Coverage Diff @@
## master #3284 +/- ##
==========================================
- Coverage 92.05% 92.03% -0.03%
==========================================
Files 163 163
Lines 32865 32865
==========================================
- Hits 30254 30247 -7
- Misses 2611 2618 +7 |
Codecov Report
@@ Coverage Diff @@
## master #3284 +/- ##
==========================================
+ Coverage 92.04% 92.06% +0.01%
==========================================
Files 163 163
Lines 32865 32865
==========================================
+ Hits 30251 30256 +5
+ Misses 2614 2609 -5 |
|
I get the following error on Mac: |
|
I think it is because of this line https://github.com/citusdata/citus/blob/master/ci/editorconfig.sh#L10 The script I wrote uses So if you get a problem with editorconfig, how do you fix it then as you cannot run this script on Mac, do you fix it manually? Or you never get an error because you already have your editor configured to fix style? |
it happened few times, I fixed them manually by removing |
|
I will merge this PR but it would be useful you can do a patch for that. I dont have a macbook so I dont know how to fix it. |
For style and some other style related checks we have 3 checks.
citus_indentis just one of them. We should runmake reindentwhich runs all of the checks. This PR updates the contributing.md with this information.