Skip to content

SALESFORCE

Linters

Linter Configuration key Status
sfdx-scanner-apex SALESFORCE_SFDX_SCANNER_APEX GitHub last commit
sfdx-scanner-aura SALESFORCE_SFDX_SCANNER_AURA GitHub last commit
sfdx-scanner-lwc SALESFORCE_SFDX_SCANNER_LWC GitHub last commit

Linted files

Configuration in MegaLinter

Variable Description Default value
SALESFORCE_FILTER_REGEX_INCLUDE Custom regex including filter
SALESFORCE_FILTER_REGEX_EXCLUDE Custom regex excluding filter

Behind the scenes

Installation

  • Dockerfile commands :
ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk
ENV PATH="$JAVA_HOME/bin:${PATH}"
RUN echo y|sfdx plugins:install sfdx-hardis