Fixes #10 by using the correct setting name for the SonarDelphi property containing Delphi installation.
DelphiLint currently incorrectly passes the Delphi installation through to SonarDelphi using the sonar.delphi.bds.path setting, which was replaced by sonar.delphi.installationPath in SonarDelphi 1.0.0. As a result, SonarDelphi uses the default Delphi 11 installation path in all cases, which causes errors when Delphi 11 is not installed.
Fixes #10 by using the correct setting name for the SonarDelphi property containing Delphi installation.
DelphiLint currently incorrectly passes the Delphi installation through to SonarDelphi using the
sonar.delphi.bds.path
setting, which was replaced bysonar.delphi.installationPath
in SonarDelphi 1.0.0. As a result, SonarDelphi uses the default Delphi 11 installation path in all cases, which causes errors when Delphi 11 is not installed.