-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
/* the array must be declared explicitly (and not with buzzersToRows.keys) | ||
else the buzzers may not be ordered properly | ||
*/ | ||
private val buzIds = arrayListOf(R.id.buzzer_0, R.id.buzzer_1, R.id.buzzer_2, R.id.buzzer_3) |
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.
Similar blocks of code found in 3 locations. Consider refactoring.
} | ||
} | ||
|
||
/** |
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.
Identical blocks of code found in 2 locations. Consider refactoring.
…meActivityTest.kt
Code Climate has analyzed commit 35deb53 and detected 3 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 96.9% (80% is the threshold). This pull request will bring the total coverage in the repository to 84.3% (0.5% change). View more on Code Climate. |
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.
LGTM
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.
LGTM 👍
No description provided.