scalacenter / scalafix

Refactoring and linting tool for Scala

Home Page:https://scalacenter.github.io/scalafix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for non-zero exit codes from CLI when there are warnings

mrdziuban opened this issue · comments

Prompted by my question in Discord, I wanted to open this to discuss potential approaches.

I see that there's a fatalWarnings field on the ScalafixConfig type that defaults to true. Am I misunderstanding, or should that mean that warnings should be treated as errors?