Unify RuboCop configuration

This commit is contained in:
Robert Speicher 2019-08-27 12:46:42 -05:00
parent 03c4cb0467
commit 1f272b193e
No known key found for this signature in database
GPG Key ID: 1D812769A7706642
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,9 @@ Style/FrozenStringLiteralComment:
- 'config/**/*'
- 'danger/**/*'
- 'db/**/*'
- 'ee/**/*'
- 'ee/db/**/*'
- 'ee/spec/**/*'
- 'ee/lib/tasks/**/*'
- 'lib/tasks/**/*'
- 'qa/**/*'
- 'rubocop/**/*'
@ -91,6 +93,7 @@ Naming/FileName:
- JSON
- LDAP
- SAML
- SSO
- IO
- HMAC
- QA