This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge pull request 'fix sonar bug' (
#355
) from KingChan/forgeplus:standalone_develop into standalone_develop
pull/348/head^2^2
KingChan
1 year ago
parent
5693c74171
843d109b36
commit
78d4d0f1ea
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save