kaaveland / eugene

Careful With that Lock, Eugene
MIT License
32 stars 1 forks source link

Enable skipping the report header / summary for lints #66

Closed kaaveland closed 4 months ago

kaaveland commented 4 months ago

We should support -s --skip-summary for eugene lint, the same way we do for eugene trace. This doesn't have any effect on the json reports, but would make sense for markdown.

kaaveland commented 4 months ago

After #70 we can no longer annotate this field in the struct with #[serde(skip)], or we won't have access to it when rendering. That means that the flag itself is going to be visible in the json output, but that's fine.