atc-net/atc-coding-rules-updater

Duplicate key warning should show both versions with values

JKrag opened this issue · 0 comments

JKrag commented

When running the command, it will print out a duplicate key warning. This may be because the same key exists twice with different values or with the same value, and I have no way of seeing which.
In case of a duplicate key, it would be nice if it printet out both/all the duplicates including the set value, preferably with a line number so they are easy to find in the file.

If might be good if this extra output was covered by either a verbose switch to enable, or a quiet switch to silence it?