mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Disable Performance/RegexpMatch rule to avoid breaking soooo many tests
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
590dcc6d60
commit
dca2f069ba
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ Metrics/PerceivedComplexity:
|
||||||
Max: 11
|
Max: 11
|
||||||
NumericLiterals:
|
NumericLiterals:
|
||||||
MinDigits: 10
|
MinDigits: 10
|
||||||
|
Performance/RegexpMatch:
|
||||||
|
Enabled: false
|
||||||
Security/YAMLLoad:
|
Security/YAMLLoad:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
Style/AndOr:
|
Style/AndOr:
|
||||||
|
|
Loading…
Reference in a new issue