Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
gradle/wrapper/ | H | 25-Apr-2025 | - | 7 | 6 | |
src/ | H | 25-Apr-2025 | - | 462 | 338 | |
.gitignore | H A D | 25-Apr-2025 | 412 | 35 | 25 | |
README | H A D | 25-Apr-2025 | 327 | 10 | 7 | |
build.gradle | H A D | 25-Apr-2025 | 1.5 KiB | 46 | 37 | |
gradlew | H A D | 25-Apr-2025 | 5 KiB | 165 | 122 | |
gradlew.bat | H A D | 25-Apr-2025 | 2.3 KiB | 91 | 66 |
README
1Description: 2This project is used to build a lint library to detect the hardcoded 3colors. One example of hardcoded color is: 4 5 <color name="hardcoded_color">#FFFFFF</color> 6 7Project lives in prebuilts/checkcolor will use this lib and hook up 8to presubmit, so it could detects whether hardcoded colors have been 9added in a CL. 10