Home | History | Annotate | Download | only in chromium_org

Lines Matching refs:checkstyle

982   """Runs checkstyle on changed java files and returns errors if any exist."""
986 input_api.PresubmitLocalPath(), 'tools', 'android', 'checkstyle')]
987 import checkstyle
992 return checkstyle.RunCheckstyle(
993 input_api, output_api, 'tools/android/checkstyle/chromium-style-5.0.xml')