MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.04k stars 1.06k forks source link

fix: Stop running fencing logic on `node_modules` #10164

Closed FrederikBolding closed 4 days ago

FrederikBolding commented 4 days ago

Description

Stops running fencing logic on node_modules, mirroring the extension implementation. There is no reason for us to run fencing on code coming from node_modules anyway. This may have a potential positive performance impact as well during build-time.

sonarcloud[bot] commented 4 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud