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
While building core tools, there are some warnings related to scalastyle. We should remove them.
[INFO] Compiling 83 Scala sources to /path/classes ...
[WARNING] [Warn] /code_path/QualificationAppInfo.scala:19: Unused import
[WARNING] [Warn] /code_path/QualificationAppInfo.scala:314: patterns after a variable pattern cannot match (SLS 8.1.1)
[WARNING] [Warn] /code_path/QualificationAppInfo.scala:331: unreachable code due to variable pattern 'gpuCpuTransitions' on line 314
The text was updated successfully, but these errors were encountered:
While building core tools, there are some warnings related to scalastyle. We should remove them.
The text was updated successfully, but these errors were encountered: