chore: add clang-format to supported formatters #62
ci.yml
on: push
run checks using gradlew
1m 53s
Matrix: nativeCompile
Matrix: dry run release
Annotations
8 errors
|
ClangFormatTest.[1] Test.java, clang/example.java.dirty:
app/src/test/java/com/diffplug/spotless/cli/steps/ClangFormatTest.java#L43
java.lang.RuntimeException: Spotless CLI command failed with exit code 1
Exit code: 1
--- Standard output: ---
------------------------
--- Standard error: ---
File has lints: /tmp/junit3320969040475638517/Test.java -- Test.java:LINE_UNDEFINED clang(java.lang.RuntimeException) You specified version 20.1.2, but Spotless found 18.1.3 (...)
------------------------
|
|
ClangFormatTest.[2] test.cs, clang/example.cs:
app/src/test/java/com/diffplug/spotless/cli/steps/ClangFormatTest.java#L43
java.lang.RuntimeException: Spotless CLI command failed with exit code 1
Exit code: 1
--- Standard output: ---
------------------------
--- Standard error: ---
File has lints: /tmp/junit12588260795554721945/test.cs -- test.cs:LINE_UNDEFINED clang(java.lang.RuntimeException) You specified version 20.1.2, but Spotless found 18.1.3 (...)
------------------------
|
|
ClangFormatTest.[3] test.c, clang/example.c:
app/src/test/java/com/diffplug/spotless/cli/steps/ClangFormatTest.java#L43
java.lang.RuntimeException: Spotless CLI command failed with exit code 1
Exit code: 1
--- Standard output: ---
------------------------
--- Standard error: ---
File has lints: /tmp/junit222938966471025700/test.c -- test.c:LINE_UNDEFINED clang(java.lang.RuntimeException) You specified version 20.1.2, but Spotless found 18.1.3 (...)
------------------------
|
|
ClangFormatTest.[4] Test.js, clang/example.js:
app/src/test/java/com/diffplug/spotless/cli/steps/ClangFormatTest.java#L43
java.lang.RuntimeException: Spotless CLI command failed with exit code 1
Exit code: 1
--- Standard output: ---
------------------------
--- Standard error: ---
File has lints: /tmp/junit16687950884448713962/Test.js -- Test.js:LINE_UNDEFINED clang(java.lang.RuntimeException) You specified version 20.1.2, but Spotless found 18.1.3 (...)
------------------------
|
|
ClangFormatTest.[5] Test.m, clang/example.m:
app/src/test/java/com/diffplug/spotless/cli/steps/ClangFormatTest.java#L43
java.lang.RuntimeException: Spotless CLI command failed with exit code 1
Exit code: 1
--- Standard output: ---
------------------------
--- Standard error: ---
File has lints: /tmp/junit1993192120936525658/Test.m -- Test.m:LINE_UNDEFINED clang(java.lang.RuntimeException) You specified version 20.1.2, but Spotless found 18.1.3 (...)
------------------------
|
|
ClangFormatTest.[6] Test.proto, clang/example.proto:
app/src/test/java/com/diffplug/spotless/cli/steps/ClangFormatTest.java#L43
java.lang.RuntimeException: Spotless CLI command failed with exit code 1
Exit code: 1
--- Standard output: ---
------------------------
--- Standard error: ---
File has lints: /tmp/junit14646466677452582177/Test.proto -- Test.proto:LINE_UNDEFINED clang(java.lang.RuntimeException) You specified version 20.1.2, but Spotless found 18.1.3 (...)
------------------------
|
|
ClangFormatTest.itFormatsWithSpecificStyle():
app/src/test/java/com/diffplug/spotless/cli/steps/ClangFormatTest.java#L69
java.lang.RuntimeException: Spotless CLI command failed with exit code 1
Exit code: 1
--- Standard output: ---
------------------------
--- Standard error: ---
File has lints: /tmp/junit15711749724729751684/Test.java -- Test.java:LINE_UNDEFINED clang(java.lang.RuntimeException) You specified version 20.1.2, but Spotless found 18.1.3 (...)
------------------------
|
|
run checks using gradlew
Process completed with exit code 1.
|