Source position: fpsonar.config.pp line 131
type TFpSonarConfig = record |
public |
Rules: TFpSonarRuleSettingArray; |
Gate: TFpSonarGateThresholds; |
Suppressions: TFpSonarSuppressionGlobArray; |
UseTierResolution: TFpSonarUseTierResolution; |
class function Default; |
function RuleEnabled(); |
function EffectiveSeverity(); |
function RuleParamInt(); |
function RuleParamStr(); |
function RuleParamBool(); |
function RuleParamTargets(); |
function ApplyTo(); |
function LoadFromJSON(); |
function LoadFromFile(); |
function ToJSON(); |
function TemplateToJSON(); |
|
end; |