Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set every tpolecatOptionsMode with tpolecatDevMode #142

Closed
steinybot opened this issue Mar 31, 2023 · 0 comments · Fixed by #143
Closed

Set every tpolecatOptionsMode with tpolecatDevMode #142

steinybot opened this issue Mar 31, 2023 · 0 comments · Fixed by #143

Comments

@steinybot
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant