You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-commit checks seem to fail in blocking commits with warning messages.
Some of those warning might be important and affect the correctness of the code.
[WARNING] [Warn] QualificationAppInfo.scala:19: Unused import
[WARNING] [Warn] QualificationAppInfo.scala:314: patterns after a variable pattern cannot match (SLS 8.1.1)
[WARNING] [Warn] QualificationAppInfo.scala:331: unreachable code due to variable pattern 'gpuCpuTransitions' on line 314
[WARNING] three warnings found
We need to:
resolve all warnings in the compilation phase
update the build to fail on warning messages
The text was updated successfully, but these errors were encountered:
I looked to the required changes to verify the code changes. After adding some verifications, we will need to do some more fixes to match the pattern variables, used-args, and locals
Describe the bug
Pre-commit checks seem to fail in blocking commits with warning messages.
Some of those warning might be important and affect the correctness of the code.
We need to:
The text was updated successfully, but these errors were encountered: