Skip to content
Snippets Groups Projects
Commit 16c25318 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Enable Style/GlobalVars cop through all files in RuboCop


lib/backup diretory does not exist any more and no offense is found
under lib/tasks.

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
Changelog: other
parent e76a620e
No related branches found
No related tags found
1 merge request!85Merged upstream 15.5.0+rc42.ce.0
......@@ -67,13 +67,6 @@
- 'files/gitlab-ctl-commands-ee/**/*'
- 'spec/**/*'
# Do not introduce global variables.
Style/GlobalVars:
Enabled: true
Exclude:
- 'lib/backup/**/*'
- 'lib/tasks/**/*'
# This is only useful for our build scripts, used in CI
# Exlude most other locations
Cop/AvoidUsingEnv:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment