oclint_argument_list_too_long_solution icon indicating copy to clipboard operation
oclint_argument_list_too_long_solution copied to clipboard

var maxCountPerFile is not small enough if still encounter error

Open zhoujihang opened this issue 7 years ago • 0 comments

a little problem i encountered, maybe help for others.

my compile-commands.json file is 23.7M , excute command python oclint.py compile_commands.json is still failed for reason "Argument list too long".

then,change maxCountPerFile = 1000 (origin 2000) in oclint.py file, it maybe works.

zhoujihang avatar Jan 31 '18 12:01 zhoujihang