diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-21 18:10:44 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-21 18:10:44 +0000 |
commit | 136ec65df5255512264ef62e9ad5561e5f85a735 (patch) | |
tree | b21f397fa036fb63d868da97b99c920db9b9900a /.rubocop_todo/security | |
parent | e87220d9c1a7878a4cb2bb86554c5951371e340b (diff) | |
download | gitlab-ce-136ec65df5255512264ef62e9ad5561e5f85a735.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo/security')
-rw-r--r-- | .rubocop_todo/security/open.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop_todo/security/open.yml b/.rubocop_todo/security/open.yml new file mode 100644 index 00000000000..9626b442a92 --- /dev/null +++ b/.rubocop_todo/security/open.yml @@ -0,0 +1,4 @@ +--- +Security/Open: + Exclude: + - 'scripts/lib/glfm/update_specification.rb' |