Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 1 | #!/usr/bin/env python |
2 | # | ||||
3 | # Copyright 2016 The Chromium Authors. All rights reserved. | ||||
4 | # Use of this source code is governed by a BSD-style license that can be | ||||
5 | # found in the LICENSE file. | ||||
6 | |||||
Yang Guo | 75beda9 | 2019-10-28 08:29:25 +0100 | [diff] [blame^] | 7 | from test import run_lint_check |
Blink Reformat | 4c46d09 | 2018-04-07 15:32:37 +0000 | [diff] [blame] | 8 | |
Yang Guo | 75beda9 | 2019-10-28 08:29:25 +0100 | [diff] [blame^] | 9 | run_lint_check.main() |