blob: 5c97e76506f546da03f30337229787f4de9e287b [file] [log] [blame]
# TODO mattmallett@ crbug.com/824881
# run tslint on new commits
[Hook Scripts]
cros lint = cros lint --commit ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES}
[Hook Overrides]
long_line_check: true
[Hook Overrides Options]
# Long lines are checked by pylint. Built-in long_line_check is too naive and
# ignorant of Google Python coding style exceptions.
long_line_check: --exclude_regex=\.py$