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
valueOrNull delegates to originalConfig if value was defined
valueOrNull
valueOrNull does not delegate to originalConfig for active and for maxIssues
active
maxIssues
ConfigurationsSpec -> should override active when specified -> switch to valueOrNull
I had a look at the assertions used in detekt to see if Atrium would be a good fit. I'll create a WIP PR later on so that you can decide on your own.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
valueOrNull
delegates to originalConfig if value was definedObserved Behavior
valueOrNull
does not delegate to originalConfig foractive
and formaxIssues
Steps to Reproduce
ConfigurationsSpec -> should override active when specified -> switch to valueOrNull
Context
I had a look at the assertions used in detekt to see if Atrium would be a good fit. I'll create a WIP PR later on so that you can decide on your own.
Your Environment
The text was updated successfully, but these errors were encountered: