mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
Merge pull request 'fix sonar bug' (#355) from KingChan/forgeplus:standalone_develop into standalone_develop
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
module SonarService
|
module SonarService
|
||||||
class << self
|
|
||||||
def build_sonar_content(owner,project_id,lang_keys)
|
def build_sonar_content(owner,project_id,lang_keys)
|
||||||
lang_map = {
|
lang_map = {
|
||||||
'Java' => :java,
|
'Java' => :java,
|
||||||
@@ -42,5 +41,4 @@ module SonarService
|
|||||||
|
|
||||||
lines.join("\n")
|
lines.join("\n")
|
||||||
end
|
end
|
||||||
end
|
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user