QiuminGe / cpp-check-lint

MIT License
12 stars 7 forks source link

Unable to use multiple "--enable" #35

Closed AndersHogqvist closed 3 years ago

AndersHogqvist commented 3 years ago

We use "--enable=style --enable=performance" but I can't seem to get this to work with this extension. I've tried the following in the settings: style performance "style performance" style --enable=performance

I've also tried to add "--enable=performance" to customargs but that didn't show up in the command line.

AndersHogqvist commented 3 years ago

It was pretty simple: "style,performance"