blob: 49af375964fc3a78f6a471cf90d2fe49113242f7 [file] [log] [blame]
beeps48fc6f52013-01-07 14:36:40 -08001# This config file disables some of the ChromiumOS source style checks and
2# adds a hook to validate .py files. Comment out the disable-flags for
3# any checks you want to leave enabled. Edit utils/pylintrc to disable any
4# pylint checks.
Chris Sosa3ee5d5c2012-02-23 11:18:41 -08005
6[Hook Overrides]
7cros_license_check: false
beeps48fc6f52013-01-07 14:36:40 -08008
9[Hook Scripts]
10hook0 = ./utils/run_pylint.py
beepsf0c2baa2013-03-24 16:36:12 -070011hook2 = ./site_utils/presubmit_hooks/check_control_files.py
Marc Herberta79930e2015-11-19 16:27:01 -080012# Not enabled because it takes a few minutes. Put here for convenience
13# and as a bookmark. TODO: http://crbug.com/558819 some wrapper script
14# computing optimal -r options based on PRESUBMIT_FILES.
15# hook3 = ./utils/unittest_suite.py # -r server/
Dan Shidef34f52016-01-27 17:30:41 -080016hook4 = ./site_utils/presubmit_hooks/check_json_files.py