Adding Min Duplicate Count and Ignore List Settings
Highlight Duplicates v1.6.0
• Added Min Duplicate Count Setting
The number of matching lines, beyond the first, that need to be found in order to be counted as duplicates.
Default:
"min_duplicate_count": 1
• Added Ignore List Setting
Lines matching entries in this list, will be ignored for all functions. Leading and trailing white space, as well as letter case, will be ignored when checking lines against the ignore list.
Default:
"ignore_list": []