Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 466 Bytes

NoNewLineAtEof.md

File metadata and controls

18 lines (11 loc) · 466 Bytes

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"/>