Skip to content

Commit e56ce99

Browse files
committed
CCM-7478: Further attempt to fail Sonar quality gate
1 parent 7ff1310 commit e56ce99

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

sandbox/handlers/get_message.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,9 @@ export async function getMessage(req, res, next) {
88
return;
99
}
1010

11-
var foo1 = 'break sonar'
12-
var foo2 = 'break sonar'
13-
var foo3 = 'break sonar'
14-
var foo4 = 'break sonar'
15-
var foo5 = 'break sonar'
16-
var foo6 = 'break sonar'
17-
var foo7 = 'break sonar'
18-
var foo8 = 'break sonar'
19-
var foo9 = 'break sonar'
20-
var foo10 = 'break sonar'
11+
// Not really a password, just something to try and trigger a SonarQube failure.
12+
// eslint-disable-next-line no-unused-vars
13+
const password = "SuperSecret123";
2114

2215
const { messageId } = req.params;
2316

0 commit comments

Comments
 (0)