-
|
Are those meant for us to read the logs and give feedback? Not quite sure what to do about them. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I've read the english.conf file and it states: And yet, in the logs of a dry-run I see: Shouldn't warning 926 have been removed? I see 3 listed reasons, or what am I missing here? |
Beta Was this translation helpful? Give feedback.
-
|
Pretty much what you said, give feedback and improve the regex. It's a way to reduce false positives while still allowing the script to notify users of close calls that have a relatively high chance to be an add. There is also a sensitive mode where it prints all warnings, not just the ones receiving 2 warnings. |
Beta Was this translation helpful? Give feedback.
Hi, good spot. I actually have a hidden bonus, if the block doesn't match any regex what so ever it gains -1 point. So a block could have 3 warnings on it and not get deleted. But only if none of the warnings was due to a regex.
Maybe I could improve the message here.
The reason why you see the other blocks with only 2 warnings is due to the promoting effect of that warning. All blocks with the same content will all have the same amount of warnings as the block among them with the highest warning.
I hope that answered your question.