Skip to content

Commit a277bbc

Browse files
committed
Deactive the new quality gates
1 parent d2562d9 commit a277bbc

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/quality-gates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"metric": "branch",
16-
"threshold": 80.0,
16+
"threshold": 60.0,
1717
"criticality": "UNSTABLE"
1818
},
1919
{

.github/quality-monitor.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
{
3434
"id": "pmd",
3535
"pattern": "**/target/pmd-*/pmd.xml"
36-
},
37-
{
38-
"id": "java",
39-
"icon": "coffee",
40-
"pattern": "**/maven.log"
4136
}
4237
]
4338
},
@@ -50,22 +45,6 @@
5045
"id": "spotbugs",
5146
"sourcePath": "src/main/java",
5247
"pattern": "**/target/spotbugsXml.xml"
53-
},
54-
{
55-
"id": "error-prone",
56-
"pattern": "**/maven.log"
57-
}
58-
]
59-
},
60-
{
61-
"name": "API Problems",
62-
"id": "api",
63-
"icon": "no_entry_sign",
64-
"tools": [
65-
{
66-
"id": "revapi",
67-
"sourcePath": "src/main/java",
68-
"pattern": "**/target/revapi-result.json"
6948
}
7049
]
7150
},

0 commit comments

Comments
 (0)