-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24001 from MetaMask/Version-v11.15.0
Version v11.15.0
- Loading branch information
Showing
447 changed files
with
15,865 additions
and
6,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,16 @@ on: | |
secrets: | ||
SONAR_TOKEN: | ||
required: true | ||
pull_request: | ||
branches: | ||
- develop | ||
types: | ||
- opened | ||
- reopened | ||
- synchronize | ||
- labeled | ||
- unlabeled | ||
|
||
jobs: | ||
sonarcloud: | ||
name: SonarCloud | ||
|
@@ -13,8 +23,8 @@ jobs: | |
with: | ||
fetch-depth: 0 # Shallow clones should be disabled for better relevancy of analysis | ||
- name: SonarCloud Scan | ||
# v1.9.1 | ||
uses: SonarSource/sonarcloud-github-action@5875562561d22a34be0c657405578705a169af6c | ||
# This is SonarSource/[email protected] | ||
uses: SonarSource/sonarcloud-github-action@4b4d7634dab97dcee0b75763a54a6dc92a9e6bc1 | ||
with: | ||
args: > | ||
-Dsonar.javascript.lcov.reportPaths=tests/coverage/lcov.info | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"ignorePaths": ["app/images", "package.json"], | ||
"ignoreWords": [ | ||
"acitores", | ||
"autofetch", | ||
"azuretools", | ||
"Brainstem", | ||
"C01LUJL3T98", | ||
"C05QXJA7NP8", | ||
"cids", | ||
"eamodio", | ||
"initialisation", | ||
"koalaman", | ||
"mockttp", | ||
"multibase", | ||
"multicodec", | ||
"namelookup", | ||
"pluggable", | ||
"protobufjs", | ||
"regadas", | ||
"remotedev", | ||
"rvest", | ||
"sesify", | ||
"siginsights", | ||
"testrpc", | ||
"txinsights", | ||
"webextension", | ||
"xvfb" | ||
], | ||
"useGitignore": true, | ||
"version": "0.2", | ||
"words": [ | ||
"bignumber", | ||
"blockaid", | ||
"browserlistrc", | ||
"cimg", | ||
"codecov", | ||
"codespace", | ||
"codespaces", | ||
"corepack", | ||
"datetime", | ||
"datetimes", | ||
"dedupe", | ||
"depcheck", | ||
"devcontainer", | ||
"devcontainers", | ||
"endregion", | ||
"ensdomains", | ||
"flamegraph", | ||
"FONTCONFIG", | ||
"hardfork", | ||
"hexstring", | ||
"jazzicon", | ||
"keccak", | ||
"lavadome", | ||
"lavamoat", | ||
"lavapack", | ||
"lockdown", | ||
"metamaskbot", | ||
"metamaskrc", | ||
"metametrics", | ||
"mocharc", | ||
"MULTICHAIN", | ||
"MULTIPROVIDER", | ||
"npmcli", | ||
"onboarded", | ||
"pageload", | ||
"petnames", | ||
"pipefail", | ||
"quickstart", | ||
"recompiles", | ||
"shellcheck", | ||
"sourcemaps", | ||
"sprintf", | ||
"testcase", | ||
"TESTFILES", | ||
"testid", | ||
"tsbuildinfo", | ||
"tsconfigs", | ||
"typecheck", | ||
"yargs", | ||
"yarnpkg" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.