Skip to content

Commit 3607c28

Browse files
daeyeonyichoi
authored andcommitted
Add node_module and coverage as skip directories (#997)
IoT.js-DCO-1.0-Signed-off-by: Daeyeon Jeong [email protected]
1 parent 47650d2 commit 3607c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check_tidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def check_tidy(src_dir, options=None):
168168
allowed_exts = ['.c', '.h', '.js', '.py', '.sh', '.cmake']
169169
allowed_files = ['CMakeLists.txt']
170170
clang_format_exts = ['.c', '.h']
171-
skip_dirs = ['deps', 'build', '.git']
171+
skip_dirs = ['deps', 'build', '.git', 'node_modules', 'coverage']
172172
skip_files = ['check_signed_off.sh', '__init__.py',
173173
'iotjs_js.c', 'iotjs_js.h', 'iotjs_string_ext.inl.h',
174174
'ble.js',

0 commit comments

Comments
 (0)