WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. ERROR: Unable to parse source file : /home/adieumeg/Documents/Projects/Valencia/workspaces/vhdl_examples/ghdl/ghdl/testsuite/vests/vhdl-93/billowitch/compliant/tc1367.vhd ERROR: Parse error at line 73 column 39: 63: -- character 64: constant c_character_1 : character := 'A' ; 65: constant c_character_2 : character := 'a' ; 66: 67: -- integer types 68: -- predefined 69: constant c_integer_1 : integer := lowb ; 70: constant c_integer_2 : integer := highb ; 71: -- 72: -- user defined integer type 73: type t_int1 is range 0 to 100 ; ^ 74: constant c_t_int1_1 : t_int1 := 0 ; 75: constant c_t_int1_2 : t_int1 := 10 ; 76: subtype st_int1 is t_int1 range 8 to 60 ; 77: constant c_st_int1_1 : st_int1 := 8 ; 78: constant c_st_int1_2 : st_int1 := 9 ; 79: -- 80: -- physical types 81: -- predefined 82: constant c_time_1 : time := 1 ns ; 83: constant c_time_2 : time := 2 ns ; /bin/bash: sonar-scanner-local : commande introuvable