Skip to content

remove submodule v2.4

575a186
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Adding and logging cell cycles #206

remove submodule v2.4
575a186
Select commit
Loading
Failed to load commit list.
GitHub Actions / checkstyle completed Nov 11, 2025 in 0s

reviewdog [checkstyle] report

reported by reviewdog 🐶

Findings (5)

test/arcade/potts/sim/Potts3DTest.java|1| File length is 2,371 lines (max allowed is 2,000).
src/arcade/patch/agent/module/PatchModuleProliferation.java|128 col 23| Comment matches to-do format 'TODO:'.
src/arcade/patch/agent/module/PatchModuleMigration.java|62 col 23| Comment matches to-do format 'TODO:'.
src/arcade/patch/sim/output/PatchOutputSerializer.java|159 col 15| Comment matches to-do format 'TODO:'.
src/arcade/potts/sim/PottsSeries.java|215 col 15| Comment matches to-do format 'TODO:'.

Filtered Findings (0)

Annotations

Check warning on line 1 in test/arcade/potts/sim/Potts3DTest.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] test/arcade/potts/sim/Potts3DTest.java#L1 <FileLengthWarn>

File length is 2,371 lines (max allowed is 2,000).
Raw output
/github/workspace/./test/arcade/potts/sim/Potts3DTest.java:1:0: warning: File length is 2,371 lines (max allowed is 2,000). (FileLengthWarn)

Check warning on line 128 in src/arcade/patch/agent/module/PatchModuleProliferation.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/module/PatchModuleProliferation.java#L128 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/module/PatchModuleProliferation.java:128:23: warning: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check warning on line 62 in src/arcade/patch/agent/module/PatchModuleMigration.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/agent/module/PatchModuleMigration.java#L62 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/agent/module/PatchModuleMigration.java:62:23: warning: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check warning on line 159 in src/arcade/patch/sim/output/PatchOutputSerializer.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/patch/sim/output/PatchOutputSerializer.java#L159 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/patch/sim/output/PatchOutputSerializer.java:159:15: warning: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)

Check warning on line 215 in src/arcade/potts/sim/PottsSeries.java

See this annotation in the file changed.

@github-actions github-actions / checkstyle

[checkstyle] src/arcade/potts/sim/PottsSeries.java#L215 <com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck>

Comment matches to-do format 'TODO:'.
Raw output
/github/workspace/./src/arcade/potts/sim/PottsSeries.java:215:15: warning: Comment matches to-do format 'TODO:'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)