Skip to content

Commit

Permalink
Disable SF CLI auto update warning (#3883)
Browse files Browse the repository at this point in the history
Fixes #3761
Co-authored-by: Melessanakis Konstantinos <[email protected]>
  • Loading branch information
nvuillam authored Aug 18, 2024
1 parent b1eb99c commit d423c80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"ignoreWords": [
"ARGTOP",
"AROA47DSWDEZA3",
"AUTOUPDATE",
"Chandan",
"Codespace",
"Cpageref",
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [terrascan](https://runterrascan.io/) fixed errors and removed redundant code
- [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) various performance improvements and ability to specify sln or proj paths
- [swiftlint](https://github.com/realm/SwiftLint) Remove deprecated argument --path
- Salesforce linters: Disable SF CLI auto update warning

- Doc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ install:
&& echo y|sf plugins install sfdx-hardis@${SFDX_HARDIS_VERSION} \
&& npm cache clean --force || true \
&& rm -rf /root/.npm/_cacache
- ENV SF_AUTOUPDATE_DISABLE=true
# Salesforce DX
npm:
- "@salesforce/cli@${SALESFORCE_CLI_VERSION}"
Expand Down

0 comments on commit d423c80

Please sign in to comment.