diff options
author | Robert Speicher <rspeicher@gmail.com> | 2019-08-27 12:46:42 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2019-08-27 12:46:42 -0500 |
commit | 1f272b193ec32ee434b47d4e9dfeb03fabb95c6f (patch) | |
tree | f80e6f440bf1026c8d89c212d18d447c96205e27 /.rubocop.yml | |
parent | 03c4cb046788fdc267d7a744ebeb9c7ec92699bc (diff) | |
download | gitlab-ce-1f272b193ec32ee434b47d4e9dfeb03fabb95c6f.tar.gz |
Unify RuboCop configurationdocs/rs-root-parity
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 5 |
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 |