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

Print messages once, as to not flood console #36

Merged
merged 5 commits into from
Dec 12, 2023
Merged

Conversation

timtebeek
Copy link
Contributor

@timtebeek timtebeek commented Dec 10, 2023

What's changed?

  • Only print notes once
  • Assert there's no messages in tests
  • Fix and enable disabled tests

What's your motivation?

As per #5 I was looking to add this to error-prone-support, but noticed we flood the console with repeated messages there, mostly pending #21.

Any additional context

@timtebeek timtebeek added the enhancement New feature or request label Dec 10, 2023
@timtebeek timtebeek self-assigned this Dec 10, 2023
@timtebeek
Copy link
Contributor Author

I think we can also close #5 ; we sufficiently skip unknown elements, which was the goal there.

"ShouldAddImports",
// "MultipleDereferences",
// "Matching",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to disable these tests?

@timtebeek timtebeek merged commit 98c21e0 into main Dec 12, 2023
1 check passed
@timtebeek timtebeek deleted the print-messages-once branch December 12, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants