blob: 1defee6c5b85643c024a0e755bee0399f143492d [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]
Brian Norris33288d32018-01-26 14:42:51 -080010pylint = ./utils/run_pylint.py
11check_control_files = ./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.
Brian Norris33288d32018-01-26 14:42:51 -080015# unittest_suite = ./utils/unittest_suite.py # -r server/
16check_json_files = ./site_utils/presubmit_hooks/check_json_files.py
17test_lucifer = ./bin/test_lucifer