Pattern: File ends with newline Issue: - Description Enforces convention that requires files to not end with newline. Example configuration <check enabled="true" class="org.scalastyle.file.NoNewLineAtEofChecker" level="warning"/> Further Reading Scalastyle - NoNewLineAtEof