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

Do not duplicate file comments in Stash #157

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

platan
Copy link
Contributor

@platan platan commented Oct 17, 2016

Some Checkstyle's checks (i.e. NewlineAtEndOfFile) reports violations at line 0. They become file comments in Stash. These file comments are lot loaded into SingleFileChanges and this cause file comments duplication.

@codecov-io
Copy link

Current coverage is 76.64% (diff: 100%)

Merging #157 into master will increase coverage by 0.10%

@@             master       #157   diff @@
==========================================
  Files           135        135          
  Lines          1820       1828     +8   
  Methods           0          0          
  Messages          0          0          
  Branches        183        185     +2   
==========================================
+ Hits           1393       1401     +8   
  Misses          368        368          
  Partials         59         59          

Powered by Codecov. Last update 6d4435f...936f357

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.

None yet

2 participants