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

style: remove extra empty lines #1452

Merged
merged 1 commit into from Apr 1, 2019
Merged

Conversation

kazachka
Copy link
Contributor

This PR is created because of violations found during regression testing after implementing (checkstyle)[https://github.com/checkstyle/checkstyle] ability to check multiple lines with comments and javadocs.
Issue: checkstyle/checkstyle#5981
PR: checkstyle/checkstyle#6388

Checkstyle PR changes produce new violations in pjdbc code, which are fixed in this PR.

@AppVeyorBot
Copy link

Build pgjdbc 1.0.188 completed (commit 2a8eb65d0a by @kazachka)

@codecov-io
Copy link

Codecov Report

Merging #1452 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1452      +/-   ##
============================================
- Coverage     68.75%   68.74%   -0.01%     
- Complexity     3902     3903       +1     
============================================
  Files           179      179              
  Lines         16414    16414              
  Branches       2672     2672              
============================================
- Hits          11285    11284       -1     
- Misses         3882     3883       +1     
  Partials       1247     1247

@jorsol
Copy link
Member

jorsol commented Mar 31, 2019

@kazachka It would be nice to add the property to the check.xml to force this.
<property name="allowMultipleEmptyLines" value="false" /> in the module EmptyLineSeparator.

@davecramer davecramer merged commit 5e48c4d into pgjdbc:master Apr 1, 2019
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

5 participants