JAM-Software / SonarDelphi

This repository contains the source code to the Sonar-Delphi plugin. Can be used to analyse Delphi projects with SonarQube.
31 stars 12 forks source link

Allow to suppress warnings in code #7

Open joachimmarder opened 3 years ago

joachimmarder commented 3 years ago

It should be possible to suppress warnings in source code, like this can be done in C# using SuppressMessage or #pragma warning.