MVN 깨끗한 나는 이러한 오류 받고 있어요 내 프로젝트에 설치 사용하려고 : 해당 파일의 끝 부분에 단락 또는 \ n을 넣기파일은 줄 바꿈 [NewlineAtEndOfFile] 끝나지 않습니다
[ERROR] C:\Users\lob\Downloads\zanata-platform-platform-4.0.0\zanata-platform-platform-4.0.0\parent\eclipse-code-formatter-js.xml:0: File does not end with a newline. [NewlineAtEndOfFile]
[ERROR] C:\Users\lob\Downloads\zanata-platform-platform-4.0.0\zanata-platform-platform-4.0.0\parent\eclipse-code-formatter.xml:0: File does not end with a newline. [NewlineAtEndOfFile]
[ERROR] C:\Users\lob\Downloads\zanata-platform-platform-4.0.0\zanata-platform-platform-4.0.0\parent\pom.xml:0: File does not end with a newline. [NewlineAtEndOfFile]
[ERROR] C:\Users\lob\Downloads\zanata-platform-platform-4.0.0\zanata-platform-platform-4.0.0\parent\README.txt:0: File does not end with a newline. [NewlineAtEndOfFile]
Audit done.
[INFO] There are 4 errors reported by Checkstyle 7.2 with zanata-build-tools/checkstyle.xml ruleset.
[ERROR] eclipse-code-formatter-js.xml:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] eclipse-code-formatter.xml:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] pom.xml:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
[ERROR] README.txt:[0] (misc) NewlineAtEndOfFile: File does not end with a newline.
을하지 않습니다 이 문제를 해결하십시오. Eclipse에서 Window >> Preferences >> Checkstyle >> Select the configuration file >>
아래의 파일은 나열되지 않습니다.
사용 :
- Windows가 10
- 자바 8
- 이클립스 Neon.1 (4.6.1)
- 메이븐 3.0.4
편집 : 그것은 리눅스 프로젝트의 – lob