You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static analysis checks must pass for the build to succeed. This will help keep the code following common style and coding standards. Which commands are run during each build?
ktlintCheck
detekt
lint
Tests must pass for the build to succeed. Which test commands are run during each build?
test
We are using the novoda static analysis gradle plugin to help the static analysis setup process