mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"name": "SonarQubes",
|
|
"website": "https://www.sonarqube.org/",
|
|
"matches": [
|
|
{
|
|
"regexp": "<link href=\"/css/sonar\\.css\\?v=([\\d.]+)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "<title>SonarQube</title>"
|
|
},
|
|
{
|
|
"search": "meta[application-name]",
|
|
"regexp": "^SonarQubes$"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "^/js/bundles/sonar\\.js?v=([\\d.]+)$",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "Java"
|
|
} |