worker8 / Pixels

Pixels is an Android app that brings you the beautiful and interesting pictures from Reddit
24 stars 3 forks source link

Setup Danger + Fix Bitrise #1

Closed worker8 closed 5 years ago

worker8 commented 5 years ago

Overview

Setup Danger in Bitrise, so that it runs Android Lint using this and complains back to Github pull request.

worker8 commented 5 years ago
6 Warnings
:warning: app/build.gradle#L45 - A newer version of android.arch.paging:runtime than 1.0.0 is available: 1.0.1
:warning: app/build.gradle#L46 - A newer version of android.arch.paging:rxjava2 than 1.0.0-rc1 is available: 1.0.1
:warning: app/src/main/res#L0 - Missing density variation folders in src/main/res: drawable-hdpi, drawable-mdpi, drawable-xhdpi
:warning: app/src/main/res/drawable-xxhdpi/reddit_pix_logo.png#L0 - The resource R.drawable.reddit_pix_logo appears to be unused
:warning: app/src/main/res/layout/activity_home.xml#L29 - Missing contentDescription attribute on image
:warning: app/src/main/res/values/dimens.xml#L4 - The resource R.dimen.status_bar_height appears to be unused

Generated by :no_entry_sign: Danger