add filter for querying task types by status #243
GitHub Actions / Checkstyle Report-(2.7.14)
completed
Apr 2, 2024 in 0s
Checkstyle Source Code Analyzer report
1 violation(s) found
Annotations
github-actions / Checkstyle Report-(2.7.14)
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck
Distance between variable 'task1' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
Loading