SA1518 - Visual-Stylecop/Visual-StyleCop GitHub Wiki
<title>SA1518: CodeMustNotContainBlankLinesAtEndOfFile</title>
<script src="script/helpstudio.js" type="text/javascript"></script>
<script src="script/StandardText.js" type="text/jscript"></script>
<script type="text/jscript">WritePageTop(document.title);</script>
TypeName |
CodeMustNotContainBlankLinesAtEndOfFile |
CheckId |
SA1518 |
Category |
Layout Rules |
The code file has blank lines at the end.
To improve the layout of the code, StyleCop requires no blank lines at the end of files.
A violation of this rule occurs when one or more blank lines are at the end of the file.
To fix a violation of this rule, remove the blank lines from the end of the file.
[SuppressMessage("StyleCop.CSharp.LayoutRules", "SA1518:CodeMustNotContainBlankLinesAtEndOfFile", Justification = "Reviewed.")]