Commit 1f272b19 authored by Robert Speicher's avatar Robert Speicher

Unify RuboCop configuration

parent 03c4cb04
...@@ -50,7 +50,9 @@ Style/FrozenStringLiteralComment: ...@@ -50,7 +50,9 @@ Style/FrozenStringLiteralComment:
- 'config/**/*' - 'config/**/*'
- 'danger/**/*' - 'danger/**/*'
- 'db/**/*' - 'db/**/*'
- 'ee/**/*' - 'ee/db/**/*'
- 'ee/spec/**/*'
- 'ee/lib/tasks/**/*'
- 'lib/tasks/**/*' - 'lib/tasks/**/*'
- 'qa/**/*' - 'qa/**/*'
- 'rubocop/**/*' - 'rubocop/**/*'
...@@ -91,6 +93,7 @@ Naming/FileName: ...@@ -91,6 +93,7 @@ Naming/FileName:
- JSON - JSON
- LDAP - LDAP
- SAML - SAML
- SSO
- IO - IO
- HMAC - HMAC
- QA - QA
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment