Skip to content

Commit 10bfb8b

Browse files
authored
CHANGE @W-17100664@ Fixing errror in config (#136)
1 parent e264e95 commit 10bfb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/code-analyzer-flowtest-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/code-analyzer-flowtest-engine",
33
"description": "Plugin package that adds 'flowtest' as an engine into Salesforce Code Analyzer",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"author": "The Salesforce Code Analyzer Team",
66
"license": "BSD-3-Clause",
77
"homepage": "https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/overview",

packages/code-analyzer-flowtest-engine/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const PYTHON_COMMAND = 'python_command';
1010
export const FLOWTEST_ENGINE_CONFIG_DESCRIPTION: ConfigDescription = {
1111
overview: getMessage('ConfigOverview'),
1212
fieldDescriptions: {
13-
custom_rules: getMessage('ConfigFieldDescription_python_command')
13+
python_command: getMessage('ConfigFieldDescription_python_command')
1414
}
1515
}
1616

0 commit comments

Comments
 (0)