rubocop: let test/dev-cmd/audit_spec be longer

This commit is contained in:
Jonathan Chang 2020-08-04 20:42:55 +10:00
parent f1e06b865a
commit 839f52006c

View File

@ -61,6 +61,8 @@ Metrics/MethodLength:
Metrics/ModuleLength:
Enabled: true
Max: 500
Exclude:
- 'test/dev-cmd/audit_spec.rb'
Metrics/PerceivedComplexity:
Enabled: true
Max: 80