aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-01-18 18:02:33 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-01-18 20:47:59 +0100
commite0aaf832d06c079f2cd9d643e9ac857d65d1d262 (patch)
tree486a9510bac1f06c7089a0803306c4a688084e02 /server/sonar-web/src
parent29b386604e338b8ec560b5615cbdb5346dccf09e (diff)
downloadsonarqube-e0aaf832d06c079f2cd9d643e9ac857d65d1d262.tar.gz
sonarqube-e0aaf832d06c079f2cd9d643e9ac857d65d1d262.zip
Remove unused RubyRuleService
and the associated deprecated ES utilities
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb b/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb
index 845152751e6..8bbf4897aaa 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb
+++ b/server/sonar-web/src/main/webapp/WEB-INF/app/models/internal.rb
@@ -62,10 +62,6 @@ class Internal
component(Java::OrgSonarServerQualitygate::QualityGates.java_class)
end
- def self.rules
- component(Java::OrgSonarServerRule::RubyRuleService.java_class)
- end
-
def self.durations
component(Java::OrgSonarApiUtils::Durations.java_class)
end