Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Release 0.6.0

Compare
Choose a tag to compare
@kciesielski kciesielski released this 31 Jan 07:51
· 4 commits to master since this release

Added support for fatal warnings, a new setting can be now set:

    settings(
      clippyFatalWarnings ++= List(
        "match may not be exhaustive[\\s\\S]*" // regular expression
      )
    )