init
This commit is contained in:
2
test/example-project/sonar-project.properties
Normal file
2
test/example-project/sonar-project.properties
Normal file
@ -0,0 +1,2 @@
|
||||
sonar.projectKey=foo
|
||||
sonar.sources=src/
|
5
test/example-project/src/main.js
Normal file
5
test/example-project/src/main.js
Normal file
@ -0,0 +1,5 @@
|
||||
function main() {
|
||||
console.log("Hello World");
|
||||
}
|
||||
|
||||
main();
|
Reference in New Issue
Block a user