• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

gradle/wrapper/14-Jan-2024-76

src/14-Jan-2024-462338

.gitignoreD14-Jan-2024412 3525

READMED14-Jan-2024327 107

build.gradleD14-Jan-20241.5 KiB4637

gradlewD14-Jan-20245 KiB165122

gradlew.batD14-Jan-20242.3 KiB9166

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