Support `-min-length` flag
alecthomas opened this issue · 2 comments
alecthomas commented
I feel like it would be useful to only report constants longer than some minimum length. For example, I don't really care if the constant "a" is repeated, but I do care if the constant "Some Long Text" is repeated, as it becomes more prone to error.
jgautheron commented
Good idea, implemented!