Skip to content

wuwen1030/oclint_argument_list_too_long_solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

oclint_argument_list_too_long_solution

Solution to oclint error "Argument list too long"

When we have too many codes in our project, the compile_commands.json could be pretty large. And when we use oclint to analyze the json file, we will get an error "Argument list too long". Obviously, there are too many lines in the json file. And I give a solution to the problem.

python oclint.py compile_commands.json

About

Solution to oclint error "Argument list too long"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages