File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed   Load Diff This file was deleted. 
Original file line number Diff line number Diff line change 2828    - name : Initialize MFC 
2929      run : ./mfc.sh init 
3030
31-     - name : Lint the full source 
32-       run : | 
33-         source build/venv/bin/activate 
34-         find ./src -type f -not -name '*nvtx*' -exec sh -c 'fortitude check "$1" | grep -v E001' _ {} \; 
35-         find ./src -type f -not -name '*nvtx*' -exec sh -c 'fortitude check "$1" | grep -v E001' _ {} \; | wc -l | xargs -I{} sh -c '[ {} -gt 0 ] && exit 1 || exit 0' 
36- 
3731    - name : Looking for raw directives 
3832      run : | 
3933        ! grep -iR '!\$acc\|!\$omp' --exclude="parallel_macros.fpp" --exclude="syscheck.fpp" ./src/* 
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ dependencies = [
2626    " pylint"  ,
2727    " fprettify"  ,
2828    " black"  ,
29-     " fortitude-lint"  ,
3029    " ansi2txt"  ,
3130
3231    #  Profiling
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments