summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-08-27 12:46:42 -0500
committerRobert Speicher <rspeicher@gmail.com>2019-08-27 12:46:42 -0500
commit1f272b193ec32ee434b47d4e9dfeb03fabb95c6f (patch)
treef80e6f440bf1026c8d89c212d18d447c96205e27
parent03c4cb046788fdc267d7a744ebeb9c7ec92699bc (diff)
downloadgitlab-ce-docs/rs-root-parity.tar.gz
Unify RuboCop configurationdocs/rs-root-parity
-rw-r--r--.rubocop.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 012f4890c33..c9a895c89f4 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -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