Skip to content
代码片段 群组 项目
未验证 提交 a381cc69 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

Use JSON instead of Gitlab::Json


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
上级 235b2043
No related branches found
No related tags found
无相关合并请求
......@@ -41,7 +41,7 @@ def fetch_groups
"Failed to get group information with response code: #{response.code} and body:\n#{response.body}"
end
Gitlab::Json.parse(response.body)
JSON.parse(response.body) # rubocop:disable Gitlab:Json -- We don't rely on GitLab internal classes
end
end
end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册