Make summary output configurable via rules

- add config `reports.summary.ids` to toggle display of IDs
- add config `reports.summary.annotations` to toggle display of annotations
- add hints `:no-ids` and `:no-annotations` to override positive configs

Closes #474

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2021-12-19 15:32:49 +01:00
parent b40f28ca4a
commit 1a6d5cacca
9 changed files with 70 additions and 8 deletions

View file

@ -1,3 +1,4 @@
- #474 Make display of ids and annotations in summary report configurable
- #408 Update documentation of hint `:all`
(thanks to quazgar)
- #437 Minor AtomicFile cleanup