Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ ignores:
- '@types/react-test-renderer'
# runtime for dependecies using Nitro Modules (@metamask/native-utils)
- 'react-native-nitro-modules'

# Used in Yarn plugin for preview builds
- '@yarnpkg/core'
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tailwind.config.js @MetaMask/design-system-engineers
.github/ @MetaMask/mobile-platform
.github/CODEOWNERS @MetaMask/mobile-platform
patches/ @MetaMask/mobile-platform
.github/builds.yml @MetaMask/mobile-platform
app/core/Analytics/index.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetrics.constants.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetrics.test.ts @MetaMask/mobile-platform
Expand Down Expand Up @@ -247,6 +248,8 @@ tests/framework/ @MetaMask/qa
e2e/pages/ @MetaMask/qa
e2e/utils/ @MetaMask/qa
e2e/viewHelper.ts @MetaMask/qa
# Note: Test builds (main-test, flask-test) in build/builds.yml are owned by QA team
# but the file itself is protected by mobile-platform for consistency

# Co-owned by Swaps and Ramps teams
app/util/parseAmount.ts @MetaMask/swaps-engineers @MetaMask/ramp
Expand Down
Loading
Loading