-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CT-14/CT-66 #18
CT-14/CT-66 #18
Conversation
app/src/main/AndroidManifest.xml
Outdated
android:exported="true"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
|
||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</activity> | ||
<activity |
Check warning
Code scanning / SonarCloud
Exported component access should be restricted with appropriate permissions Medium
Quality Gate passedIssues Measures |
package br.com.connectattoo.data | ||
|
||
data class NearbyTattooArtists( | ||
val tatto: String? = null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se atente as ocorrências dessa palavra tatto
, o correto seria tattoo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se atenta aos erros ortográficos e adoção da utilização de imagens do tipo svg
.
Cards: Listagem de tatuadores próximos (Android)