Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken nullability checks on master (#6625)
## Summary of changes Fix broken nullability checks on master ## Reason for change A recent debugger test added `#nullable enable` to the `src/Datadog.Trace/Debugger/Snapshots/Redaction.cs` file. This should have required removing the file from the nullability file. ## Implementation details Removes the file entry, as described in the action ## Test coverage N/A ## Other details I re-enabled the nullability check as a required stage for PRs. I can't remember why this was disabled originally, but it was only meant to be temporary
- Loading branch information