Merge branch 'develop' into feature/jme/1302-allow-users-to-change-their-avatars
This commit is contained in:
commit
372cc2a16e
76 changed files with 1144 additions and 181 deletions
|
|
@ -48,6 +48,8 @@
|
|||
<ignore path="**/localazy.xml" />
|
||||
<!-- Ignore unused resource in debug build type -->
|
||||
<ignore path="**/src/debug/**" />
|
||||
<!-- Ignore unused resources in designsystem since they're imported elsewhere through aliases and can't be properly detected -->
|
||||
<ignore path="**/libraries/designsystem/src/main/res/**" />
|
||||
</issue>
|
||||
|
||||
<!-- UX -->
|
||||
|
|
|
|||
|
|
@ -134,6 +134,12 @@
|
|||
"includeRegex": [
|
||||
"screen_edit_profile_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": ":features:call",
|
||||
"includeRegex": [
|
||||
"call_.*"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue