blob: 8bf25a41b6763e38a84437ea30e339dafa837e57 [file] [log] [blame]
Xixuan Wu08a56c42018-03-01 15:07:18 -08001[Hook Scripts]
Xixuan Wu7b0a7132018-03-27 16:18:24 -07002hook0 = ../../chromite/bin/cros lint ${PRESUBMIT_FILES}
Xixuan Wu08a56c42018-03-01 15:07:18 -08003
4[Hook Overrides]
5json_check: true
6long_line_check: true
7
8[Hook Overrides Options]
9# Long lines are checked by pylint. Built-in long_line_check is too naive and
10# ignorant of Google Python coding style exceptions.
11long_line_check: --exclude_regex=\.py$