fix sonar bug
This commit is contained in:
parent
1acac5d39a
commit
843d109b36
|
@ -1,5 +1,4 @@
|
|||
module SonarService
|
||||
class << self
|
||||
def build_sonar_content(owner,project_id,lang_keys)
|
||||
lang_map = {
|
||||
'Java' => :java,
|
||||
|
@ -42,5 +41,4 @@ module SonarService
|
|||
|
||||
lines.join("\n")
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue