We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7778c51 commit 4ab47b9Copy full SHA for 4ab47b9
scripts/lint.py
@@ -25,7 +25,7 @@ def StartTests(command):
25
for dirs, node, files in os.walk(project_directory):
26
for file in files:
27
if re.search(pattern_filename, file) != None:
28
- if re.search(r'(task_1)|(task_2)|(task_3)|(test_task)', dirs) != None:
+ if re.search(r'(task_1)|(task_2)|(task_3)|(task_4)|(test_task)', dirs) != None:
29
os.chdir(dirs)
30
print(dirs + " -> " + file)
31
command = sys.executable + ' ' + cpplint_path + ' --linelength=120 ' + file
0 commit comments