Skip to content

Undo de-duplication of request parameters #8

Undo de-duplication of request parameters

Undo de-duplication of request parameters #8

Triggered via pull request August 2, 2024 14:44
Status Failure
Total duration 59s
Artifacts

checkstyle.yml

on: pull_request
CheckStyle
50s
CheckStyle
Fit to window
Zoom out
Zoom in

Annotations

5 errors
CheckStyle: src/test/java/org/htmlunit/WebRequest2Test.java#L231
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 128). Raw Output: /home/runner/work/htmlunit/htmlunit/src/test/java/org/htmlunit/WebRequest2Test.java:231:0: error: Line is longer than 120 characters (found 128). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
CheckStyle: src/test/java/org/htmlunit/WebRequest2Test.java#L244
[checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 121). Raw Output: /home/runner/work/htmlunit/htmlunit/src/test/java/org/htmlunit/WebRequest2Test.java:244:0: error: Line is longer than 120 characters (found 121). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
CheckStyle: src/test/java/org/htmlunit/WebRequest2Test.java#L337
[checkstyle] reported by reviewdog 🐶 '}' at column 17 should be alone on a line. Raw Output: /home/runner/work/htmlunit/htmlunit/src/test/java/org/htmlunit/WebRequest2Test.java:337:17: error: '}' at column 17 should be alone on a line. (com.puppycrawl.tools.checkstyle.checks.blocks.RightCurlyCheck)
CheckStyle: src/test/java/org/htmlunit/WebRequest2Test.java#L338
[checkstyle] reported by reviewdog 🐶 Variable 'value' should be declared final. Raw Output: /home/runner/work/htmlunit/htmlunit/src/test/java/org/htmlunit/WebRequest2Test.java:338:33: error: Variable 'value' should be declared final. (com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck)
CheckStyle
Process completed with exit code 1.