Salesforce Graph Engine (Developer Preview)
Salesforce Graph Engine is an open-source Salesforce tool that performs complex analysis on Apex code and identifies security vulnerabilities and code issues. Graph Engine also performs more complex checks than an average static-analysis tool, because Graph Engine uses data-flow analysis.
Run this command to view detailed information about the Salesforce Graph Engine rules:
For information on how to modify rule settings, such as their severity or tags, see Customize Your Configuration. While the examples show modifying rules for the ESLint and Regex engines, you use the same process to modify Salesforce Graph Engine rules.
You can configure the Salesforce Graph Engine with the settings listed in this table. See Customize the v5 Configuration for details on how to apply the settings.
Field | Type | Description |
---|---|---|
disable_engine | boolean | Whether to turn off the 'sfge' engine so that it is not included when running Code Analyzer commands. Default value is false . |