k3s/cmd/kube-proxy
Eric Paris 30d34d0e59 Reduce false positives with verify-flag-underscore.sh by updating regex
Check to make sure there is not an alphanumeric character immeditely
before or after the 'flag'.  It there is an alphanumeric character then
this is obviously not actually the flag we care about.  For example if
the project declares a flag "valid-name" but the regex finds something
like "invalid_name" we should not match.  Clearly this "invalid_name" is
not actually a wrong usage of the "valid-name" flag.
2015-08-13 21:06:39 -04:00
..
app Reduce false positives with verify-flag-underscore.sh by updating regex 2015-08-13 21:06:39 -04:00
proxy.go rewrite go imports 2015-08-05 17:30:03 -07:00