Merge pull request #3137 from Philzen/patch-1 #908
Annotations
3 errors and 2 warnings
testng-core-api/src/main/java/org/testng/annotations/Test.java#L142
Replace 2 lines 142..143 with
* The name of the suite this test class should be placed in. This attribute is ignored if @test
* is not at the class level.
|
task ':testng-core-api:autostyleJavaCheck'#L1
Execution failed for task ':testng-core-api:autostyleJavaCheck':
See 'What went wrong' below
|
Execution failed for task ':testng-core-api:autostyleJavaCheck'.
> The following files have format violations:
src/main/java/org/testng/annotations/Test.java
@@ -139,8 +139,8 @@
String expectedExceptionsMessageRegExp() default ".*";
/**
-···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test·is␊
-···*·not·at·the·class·level.␊
+···*·The·name·of·the·suite·this·test·class·should·be·placed·in.·This·attribute·is·ignored·if·@test␊
+···*·is·not·at·the·class·level.␊
*
* @return the value (default empty)
*/
You might want to adjust -PmaxCheckMessageLines=50
-PmaxFilesToList=10
-PminLinesPerFile=4
to see more violations
Run './gradlew autostyleApply' to fix the violations.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
This job failed
Loading