Relocate the WASM workspace from ui/webui/resources/wasm/ to third_party/wasm/, following the convention of third_party/rust/. This is a plain move with path updates — no structural changes to the workspace, crate locations within it, or build targets.
25 lines
719 B
Properties
25 lines
719 B
Properties
sonar.projectKey=brave_brave-core
|
|
sonar.organization=brave
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
# sonar.projectName=brave-core
|
|
# sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
# sonar.sources=.
|
|
|
|
sonar.exclusions = components/brave_wallet/resources/solana_web3_script.js,tools/crates/**,third_party/wasm/vendor/**
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
# sonar.java.binaries=.
|
|
# sonar.java.libraries=.
|
|
|
|
# sonar.c.file.suffixes=-
|
|
# sonar.cpp.file.suffixes=-
|
|
# sonar.objc.file.suffixes=-
|
|
# sonar.cfamily.build-wrapper-output=.
|
|
|
|
sonar.typescript.tsconfigPath=tsconfig.json
|