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
|`discardedMonixTask`| warning | Makes sure that expressions evaluating to Monix `Task`s are not accidentally discarded by conversion to `Unit`|
31
-
|`throwableObjects`| warning | Makes sure that objects are never used as `Throwable`s (unless they have stack traces disabled) |
32
-
|`constantDeclarations`|warning| Checks if constants are always declared as `final val`s with `UpperCamelCase` and no explicit type annotation for literal values |
|`discardedMonixTask`| warning | Makes sure that expressions evaluating to Monix `Task`s are not accidentally discarded by conversion to `Unit`|
31
+
|`throwableObjects`| warning | Makes sure that objects are never used as `Throwable`s (unless they have stack traces disabled) |
32
+
|`constantDeclarations`|off | Checks if constants are always declared as `final val`s with `UpperCamelCase` and no explicit type annotation for literal values |
33
33
34
34
Rules may be enabled and disabled in `build.sbt` with Scala compiler options:
0 commit comments