philmasterplus
Active member
I've been following the instructions on our wiki for IntelliJ. It's been working great so far, but there's a problem: Test code in the

/test/
directory are not automatically verified/linted (i.e. no IDE errors or warnings). Since code under /src/
are verified/linted automatically, I assume it's a configuration problem. How can I configure IntelliJ to "work properly" for tests?