We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modulesExluded
Describe the bug I'm trying to exclude a module from our multimode project but I still see configuration from it is checked
To Reproduce Steps to reproduce the behavior:
modulesExcluded
Expected behavior Configuration in module is ignored.
Desktop (please complete the following information):
Additional context Documentation of the plugin says list type but it is actually set type:
list
set
modulesExcluded = setOf(":lib:mymodule")
The text was updated successfully, but these errors were encountered:
moduleExludes
No branches or pull requests
Describe the bug
I'm trying to exclude a module from our multimode project but I still see configuration from it is checked
To Reproduce
Steps to reproduce the behavior:
modulesExcluded
to plugin configurationExpected behavior
Configuration in module is ignored.
Desktop (please complete the following information):
Additional context
Documentation of the plugin says
list
type but it is actuallyset
type:The text was updated successfully, but these errors were encountered: