Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | // sorry but this doesnt work in TypeScript pls dont kill me. const scanner = require('sonarqube-scanner'); scanner( { serverUrl: 'https://sonar.filefighter.de', options: { 'sonar.projectKey': "de.filefighter.frontend", 'sonar.projectName': "Frontend", 'sonar.projectDescription': "Frontend for FileFighter", 'sonar.login': process.env.SONAR_LOGIN, 'sonar.password': process.env.SONAR_PASSWORD } }, () => process.exit() ) |