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

Implement new rule no-excessive-empty-lines (fixes #1015) #1294

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

fiso
Copy link

@fiso fiso commented Aug 12, 2019

What do the changes you have made achieve?
Implements new rule no-excessive-empty-lines. The rule is configurable to allow or disallow consecutive empty lines, and blank lines at the start and end of blocks, respectively.
A couple of minor quality-of-life type improvements have also been included in the PR, since I couldn't keep my hands off of them (commits 9653690 and 982ac82).

Are there any new warning messages?
No.

Have you written tests?
Yes.

Have you included relevant documentation
Yes.

Which issues does this resolve?
#1015 #1093 #1073

<DCO 1.1 Signed-off-by: Filip Haglund filip.l.haglund@gmail.com>

@fiso
Copy link
Author

fiso commented Aug 14, 2019

Is there anything I can do to fix the failing Appveyor build? I can't see any logs so I have no clue why it's failing. Could this be a problem with the CI setup, or are my changes causing it?

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

1 participant