mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Updates the linting script to ban the use of `VERSION_CODES`. We currently have a mish-mash of using the integers, using `VERSION_CODES`, and even how we import the version codes. This makes it more confusing when doing things like #51070 - I think it is clearer to see `22` than `LOLLIPOP_MR1`. I'd like to get LGTM (or at least no opinion) from all the requested reviewers here.
This directory includes scripts and tools for continuous integration tests.