Browse Source

fix sonar bug

pull/348/head^2^2
呱呱呱 1 year ago
parent
commit
843d109b36
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/libs/sonar_service.rb

+ 0
- 2
app/libs/sonar_service.rb View File

@@ -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

Loading…
Cancel
Save