1 # 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. 5 6 [Hook Overrides] 7 cros_license_check: false 8 9 [Hook Scripts] 10 pylint = ./utils/run_pylint.py 11 check_control_files = ./site_utils/presubmit_hooks/check_control_files.py 12 # 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 # unittest_suite = ./utils/unittest_suite.py # -r server/ 16 check_json_files = ./site_utils/presubmit_hooks/check_json_files.py 17 test_lucifer = ./bin/test_lucifer 18