mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
instead of concatenate, pass filename as argument
This commit is contained in:
parent
10bfe13995
commit
05beeb5104
2
.github/workflows/cpplint_modified_files.yml
vendored
2
.github/workflows/cpplint_modified_files.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
print("cpplint:")
|
print("cpplint:")
|
||||||
for cpp_file in cpp_files:
|
for cpp_file in cpp_files:
|
||||||
subprocess.run(["cpplint", "--filter=-legal/copyright"] + cpp_file, check=True, text=True)
|
subprocess.run(["cpplint", "--filter=-legal/copyright", cpp_file], check=True, text=True)
|
||||||
|
|
||||||
print("g++:")
|
print("g++:")
|
||||||
# compile_exts = tuple(".c .c++ .cc .cpp .cu .cxx".split())
|
# compile_exts = tuple(".c .c++ .cc .cpp .cu .cxx".split())
|
||||||
|
Loading…
Reference in New Issue
Block a user