blob: 9c93cdc29f823d5ecbf043c80c7adac92f29b6ad [file] [log] [blame]
# TODO mattmallett@ crbug.com/824881
# run tslint on new commits
[Hook Scripts]
hook1 = cros lint ${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$