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
We have a multi-project build and just updated to the latest version of this plugin. Some really nice changes!
We still have a few projects with warnings so cannot have CiMode enabled on everything.
We set ThisBuild / tpolecatDefaultOptionsMode := DevMode to disable fatal warnings and then set tpolecatOptionsMode := CiMode on the individual projects which have no warnings.
This is great except that it doesn't work very well with tpolecatDevMode as that only sets the build scoped setting.
Can we change it to this instead?
set every tpolecatOptionsMode := _root_.io.github.davidgregory084.DevMode
Seems to work in my local testing.
The text was updated successfully, but these errors were encountered:
We have a multi-project build and just updated to the latest version of this plugin. Some really nice changes!
We still have a few projects with warnings so cannot have CiMode enabled on everything.
We set
ThisBuild / tpolecatDefaultOptionsMode := DevMode
to disable fatal warnings and then settpolecatOptionsMode := CiMode
on the individual projects which have no warnings.This is great except that it doesn't work very well with
tpolecatDevMode
as that only sets the build scoped setting.Can we change it to this instead?
Seems to work in my local testing.
The text was updated successfully, but these errors were encountered: