Searched defs:lint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/stringslint/
H A Dstringslint.py18 Enforces common Android string best-practices. It ignores lint messages from
62 def lint(path): function
149 before = lint(sys.argv[2])
152 after = lint(sys.argv[1])

Completed in 43 milliseconds