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/tc1327.vhd ERROR: Parse error at line 40 column 50: 30: 31: ENTITY c08s04b01x00p03n02i01327ent IS 32: END c08s04b01x00p03n02i01327ent; 33: 34: ARCHITECTURE c08s04b01x00p03n02i01327arch OF c08s04b01x00p03n02i01327ent IS 35: -- enumerated types. 36: type SWITCH_LEVEL is ('0', '1', 'X'); 37: subtype LOGIC_SWITCH is SWITCH_LEVEL range '0' to '1'; 38: 39: -- integer types. 40: type POSITIVE is range 0 to INTEGER'HIGH; ^ 41: 42: -- user defined physical types. 43: type DISTANCE is range 0 to 1E9 44: units 45: -- Base units. 46: A; -- angstrom 47: 48: -- Metric lengths. 49: nm = 10 A; -- nanometer 50: um = 1000 nm; -- micrometer (or micron) /bin/bash: sonar-scanner-local : commande introuvable