ajout de l'analyse c++ avec sonar
This commit is contained in:
parent
3528afe987
commit
714d30e8d7
0
.sonar/.sonar_lock
Normal file
0
.sonar/.sonar_lock
Normal file
5
.sonar/report-task.txt
Normal file
5
.sonar/report-task.txt
Normal file
@ -0,0 +1,5 @@
|
||||
projectKey=AES-lib
|
||||
serverUrl=http://localhost:9999
|
||||
dashboardUrl=http://localhost:9999/dashboard/index/AES-lib
|
||||
ceTaskId=AVl_T488HdLrEJ0l5eJp
|
||||
ceTaskUrl=http://localhost:9999/api/ce/task?id=AVl_T488HdLrEJ0l5eJp
|
@ -29,12 +29,12 @@ valgrind:
|
||||
clean: cleanO cleanB
|
||||
|
||||
cleanO:
|
||||
@rm obj/*.o
|
||||
@rm -rf obj/*.o
|
||||
|
||||
cleanB:
|
||||
@rm bin/*.ex
|
||||
@rm -rf bin/*.ex
|
||||
|
||||
cleanD:
|
||||
@rm data/*.enc
|
||||
@rm data/*.dec
|
||||
@rm data/*.key
|
||||
@/bin/rm -f data/*.enc
|
||||
@/bin/rm -f data/*.dec
|
||||
@/bin/rm -f data/*.key
|
1120
README.html
Normal file
1120
README.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/crypt.ex
BIN
bin/crypt.ex
Binary file not shown.
BIN
bin/crypto.ex
BIN
bin/crypto.ex
Binary file not shown.
BIN
bin/decrypt.ex
BIN
bin/decrypt.ex
Binary file not shown.
BIN
obj/jsoncpp.o
BIN
obj/jsoncpp.o
Binary file not shown.
9
sonar-project.properties
Normal file
9
sonar-project.properties
Normal file
@ -0,0 +1,9 @@
|
||||
# must be unique in a given SonarQube instance
|
||||
sonar.projectKey=AES-lib
|
||||
|
||||
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
|
||||
sonar.projectName=AES-lib
|
||||
sonar.projectVersion=1.0
|
||||
|
||||
sonar.sources=./
|
||||
sonar.language=c++
|
Loading…
Reference in New Issue
Block a user