| # Copyright 2021 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| [Hook Overrides] | |
| # Disable long line check and tab check because in this repository the hard | |
| # limit of line length is 100 characters and tab indent is used. | |
| long_line_check: false | |
| tab_check: false | |
| # Disable checking the license because some files are Apache License v2. | |
| cros_license_check: false |