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.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
The implementation of the scheduler HA feature includes:
|
||||
|
||||
- Checkpointing by default (`--checkpoint`)
|
||||
- Large failover-timeout by default (`--failover_timeout`)
|
||||
- Large failover-timeout by default (`--failover-timeout`)
|
||||
- Hot-failover w/ multiple scheduler instances (`--ha`)
|
||||
- Best effort task reconciliation on failover
|
||||
|
||||
|
Reference in New Issue
Block a user