Findbug on intellij with scala and qaplugin "analysis of the current file is disabled"

I understand that findbugs "works" on classfiles. However, in my intellij I have qaplugins findbugs, and while everything is fine with javafiles, it is disabled for files scala, the option is analyze current filedisabled ... did I miss something? I thought this should work in scala files as well.

+3
source share

All Articles