From 0a25ace9c35b62ece4d32fd90b326d8063265109 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Fri, 5 Apr 2019 08:31:47 -0400 Subject: tools: move cpplint configuration to .cpplint PR-URL: https://github.com/nodejs/node/pull/27098 Reviewed-By: Joyee Cheung Reviewed-By: Daniel Bevenius --- tools/cpplint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cpplint.py') diff --git a/tools/cpplint.py b/tools/cpplint.py index 05c7923b35..2cc586ee5d 100755 --- a/tools/cpplint.py +++ b/tools/cpplint.py @@ -6285,7 +6285,7 @@ def ProcessConfigOverrides(filename): if not base_name: break # Reached the root directory. - cfg_file = os.path.join(abs_path, "CPPLINT.cfg") + cfg_file = os.path.join(abs_path, ".cpplint") abs_filename = abs_path if not os.path.isfile(cfg_file): continue -- cgit v1.2.3