Skip to content

MERISK-1179: Add ability to reschedule tasks #252

MERISK-1179: Add ability to reschedule tasks

MERISK-1179: Add ability to reschedule tasks #252

GitHub Actions / Checkstyle Report-(3.2.3) completed Jun 3, 2024 in 0s

Checkstyle Source Code Analyzer report

2 violation(s) found

Annotations

Check warning on line 37 in tw-tasks-core/src/main/java/com/transferwise/tasks/TasksService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.3)

com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck

Import statement for 'com.transferwise.tasks.domain.TaskStatus.WAITING' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.

Check warning on line 161 in tw-tasks-core/src/main/java/com/transferwise/tasks/dao/JdbcTaskDao.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle Report-(3.2.3)

com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck

Line is longer than 150 characters (found 151).