OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERROR_UNCOMMITTED
(Results
1 - 2
of
2
) sorted by null
/prebuilts/checkstyle/
checkstyle.py
68
ERROR_UNCOMMITTED
= 'You need to commit all modified files before running Checkstyle\n'
272
out.write(
ERROR_UNCOMMITTED
)
tests.py
123
self.assertEqual(out.getvalue(), checkstyle.
ERROR_UNCOMMITTED
)
Completed in 47 milliseconds