blob: 75d194cb34e86d9b98c7e32d85f31fcead8b200e [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:37 +00001#!/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 Guo75beda92019-10-28 08:29:25 +01007from test import run_lint_check
Blink Reformat4c46d092018-04-07 15:32:37 +00008
Yang Guob89b0852019-10-28 20:24:46 +01009if __name__ == '__main__':
10 run_lint_check.main()