typos
typos copied to clipboard
False positive: MAC addresses
The following MAC address: F7:78:BA:76:52:F7 gets erroneously flagged as a typo for its middle BA string.
For me, the question is whether MAC addresses in code / comments is common enough to have built-in detection support or if thats better left to defining a regex to match it in your config
I wouldn't mind being able to filter out any word shorter than 2 chars
Maybe ignore all two char words with a proceeding colon :.
For me, the question is whether MAC addresses in code / comments is common enough to have built-in detection support or if thats better left to defining a regex to match it in your config
It's really common for me as a Network Automation Engineer - additionally any IaC it would be in frequently.