-
Notifications
You must be signed in to change notification settings - Fork 521
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
Add pre-submit checks file for the project #637
Comments
Reference of Oppia-web: here |
@rt4914 This could be a good tracker issue,
|
@anandwana001 I would like to work on the pre-submit checks for the |
@Sparsh1212 PTAL #970 The tricky part is we have to lint XML file without using Gradle. |
Yes, I would like to work on this. Please guide me on how to approach this. Any references or anything will be of great help to me. Also, I had a look at the discussion on #970, but I see, that no conclusion was made regarding the finalization of the approach. Please clear that too. |
unassigning myself as this might cover under GSoC this year. |
I think we've addressed basically all of the original goals of this issue, except maybe XML (though it's partially verified in static_checks.sh: oppia-android/scripts/static_checks.sh Line 58 in 0ef7a46
I think, overall, we can consider the presubmit checks completed for the project. |
Oppia-Android should have pre-submit checks file similar to the web so that while making a push the file will run all the test cases, check the PR guidelines which will ensure that PRs are working in terms on test cases.
The text was updated successfully, but these errors were encountered: