Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
code_format_checks
gradle task definition to code-formatting f…
…ile (#2900) <!-- Note: This checklist is a reminder of our shared engineering expectations. The items in Bold are required If your PR involves UI changes: 1. Upload screenshots or screencasts that illustrate the changes before / after 2. Add them under the UI changes section (feel free to add more columns if needed) 3. Make sure these changes are tested in API 23 and API 26 If your PR does not involve UI changes, you can remove the **UI changes** section --> Task/Issue URL: https://app.asana.com/0/488551667048375/1204079770253953/f ### Description Moves the gradle task definition for `code_format_checks` up into `code-formatting.gradle`, which all the modules apply from. This should ensure when CI executes `./gradlew code_format_checks`, all modules are checked for code formatting violations. ### Steps to test this PR - [x] It is expected the checks will fail until #2888 is merged, so let's merge that first 🛑 - [ ] Once PR above is merged, Run `./gradlew code_format_checks`; verify it passes - [ ] Add a deliberate code format violation to any module (e.g., add an extra space character to a function's parameter) - [ ] Run `./gradlew code_format_checks`; verify it fails
- Loading branch information