Adding ThreadLocalAccessor for TwContext #52
GitHub Actions / Checkstyle Report-(3.3.1)
completed
Nov 8, 2024 in 0s
Checkstyle Source Code Analyzer report
2 violation(s) found
Annotations
github-actions / Checkstyle Report-(3.3.1)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Import statement for 'com.transferwise.common.context.UnitOfWork.TW_CONTEXT_KEY' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line.
Check warning on line 15 in tw-context/src/main/java/com/transferwise/common/context/TwContext.java
github-actions / Checkstyle Report-(3.3.1)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck
Wrong lexicographical order for 'io.micrometer.context.ContextRegistry' import. Should be before 'javax.annotation.Nonnull'.
Loading