-
Notifications
You must be signed in to change notification settings - Fork 581
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
Checkstyle 7.6 #1466
base: master
Are you sure you want to change the base?
Checkstyle 7.6 #1466
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,10 @@ test_script: | |
# Force DOS format, as Checkstyle configs enable NewlineAtEndOfFile, | ||
# which defaults to CRLF on Windows, and Appveyor CI ignores .gitattributes | ||
# http://help.appveyor.com/discussions/problems/5687-gitattributes-changes-dont-have-any-effect | ||
- unix2dos tests/java/test_files/CheckstyleBad.java | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line contains following spacing inconsistencies:
SpaceConsistencyBear, severity NORMAL, section The issue can be fixed by applying the following patch: --- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -55,7 +55,7 @@
# http://help.appveyor.com/discussions/problems/5687-gitattributes-changes-dont-have-any-effect
- unix2dos tests/java/test_files/CheckstyleBad.java
- unix2dos tests/java/test_files/CheckstyleGood.java
- - appveyor DownloadFile https://github.com/coala/bear-runtime-deps/raw/master/CheckstyleBear/checkstyle-7.6-all.jar checkstyle-7.6-all.jar
+ - appveyor DownloadFile https://github.com/coala/bear-runtime-deps/raw/master/CheckstyleBear/checkstyle-7.6-all.jar checkstyle-7.6-all.jar
- java -jar checkstyle-7.6-all.jar -c '/google_checks.xml' tests/java/test_files/CheckstyleBad.java
# Clang DLLs x64 were nowadays installed, but the x64 version hangs, so we
# exclude according tests. See https://github.com/appveyor/ci/issues/495 and There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Line contains following spacing inconsistencies:
SpaceConsistencyBear, severity NORMAL, section The issue can be fixed by applying the following patch: --- a/.ci/appveyor.yml
+++ b/.ci/appveyor.yml
@@ -55,7 +55,7 @@
# http://help.appveyor.com/discussions/problems/5687-gitattributes-changes-dont-have-any-effect
- unix2dos tests/java/test_files/CheckstyleBad.java
- unix2dos tests/java/test_files/CheckstyleGood.java
- - appveyor DownloadFile https://github.com/coala/bear-runtime-deps/raw/master/CheckstyleBear/checkstyle-7.6-all.jar checkstyle-7.6-all.jar
+ - appveyor DownloadFile https://github.com/coala/bear-runtime-deps/raw/master/CheckstyleBear/checkstyle-7.6-all.jar checkstyle-7.6-all.jar
- java -jar checkstyle-7.6-all.jar -c '/google_checks.xml' tests/java/test_files/CheckstyleBad.java
# Clang DLLs x64 were nowadays installed, but the x64 version hangs, so we
# exclude according tests. See https://github.com/appveyor/ci/issues/495 and |
||
- unix2dos tests/java/test_files/CheckstyleGood.java | ||
- appveyor DownloadFile https://github.com/coala/bear-runtime-deps/raw/master/CheckstyleBear/checkstyle-7.6-all.jar checkstyle-7.6-all.jar | ||
- java -jar checkstyle-7.6-all.jar -c '/google_checks.xml' tests/java/test_files/CheckstyleBad.java | ||
# Clang DLLs x64 were nowadays installed, but the x64 version hangs, so we | ||
# exclude according tests. See https://github.com/appveyor/ci/issues/495 and | ||
# https://github.com/appveyor/ci/issues/688 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line contains following spacing inconsistencies:
SpaceConsistencyBear, severity NORMAL, section
ci
.The issue can be fixed by applying the following patch: