Mail user on TransactionStop and SuspendedEV event #1544
review.yml
on: pull_request
license-check
32s
checkstyle
17s
Annotations
6 errors and 2 warnings
checkstyle:
src/main/java/de/rwth/idsg/steve/repository/dto/UserNotificationFeature.java#L1
[checkstyle] reported by reviewdog 🐶
File does not end with a newline.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/repository/dto/UserNotificationFeature.java:1:0: error: File does not end with a newline. (com.puppycrawl.tools.checkstyle.checks.NewlineAtEndOfFileCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/repository/dto/UserNotificationFeature.java#L42
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 183).
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/repository/dto/UserNotificationFeature.java:42:0: error: Line is longer than 120 characters (found 183). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/service/MailService.java#L40
[checkstyle] reported by reviewdog 🐶
Unused import - java.util.concurrent.locks.Lock.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/service/MailService.java:40:8: error: Unused import - java.util.concurrent.locks.Lock. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/service/MailService.java#L41
[checkstyle] reported by reviewdog 🐶
Unused import - java.util.concurrent.locks.ReadWriteLock.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/service/MailService.java:41:8: error: Unused import - java.util.concurrent.locks.ReadWriteLock. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/service/MailService.java#L42
[checkstyle] reported by reviewdog 🐶
Unused import - java.util.concurrent.locks.ReentrantReadWriteLock.
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/service/MailService.java:42:8: error: Unused import - java.util.concurrent.locks.ReentrantReadWriteLock. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
|
checkstyle:
src/main/java/de/rwth/idsg/steve/service/NotificationService.java#L155
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 128).
Raw Output:
/github/workspace/./src/main/java/de/rwth/idsg/steve/service/NotificationService.java:155:0: error: Line is longer than 120 characters (found 128). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
license-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|