Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2014fd21 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

sonarqube: remove fortran header file from analysis

parent f77bf06c
No related branches found
No related tags found
1 merge request!375Sonarqube: Fix a bunch of small bugs and code smells
...@@ -37,6 +37,9 @@ do ...@@ -37,6 +37,9 @@ do
sed -i "\:^$file.*:d" filelist.txt sed -i "\:^$file.*:d" filelist.txt
done done
# Remove fortran header file that is incorrectly parsed as a C file
sed -i '/fortran\.h/d' filelist.txt
# Remove external header files # Remove external header files
for file in coreblas/include/coreblas/cblas.h coreblas/include/coreblas/lapacke.h coreblas/include/coreblas/lapacke_config.h coreblas/include/coreblas/lapacke_mangling.h for file in coreblas/include/coreblas/cblas.h coreblas/include/coreblas/lapacke.h coreblas/include/coreblas/lapacke_config.h coreblas/include/coreblas/lapacke_mangling.h
do do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment