cpplint-extension icon indicating copy to clipboard operation
cpplint-extension copied to clipboard

vscode cpplint extension

Results 13 cpplint-extension issues
Sort by recently updated
recently updated
newest added

From what I can see, the only way to configure this extension is to use the VS Code settings.json - is there any way to tell it to just look...

why does not have 3? In package.json, it has only 0, 1, 2, 4, 5

![1](https://user-images.githubusercontent.com/80879010/123032283-8b465a00-d39a-11eb-88a7-8ba8ee23168b.PNG) ![2](https://user-images.githubusercontent.com/80879010/123032284-8bdef080-d39a-11eb-89df-117b84c06b1b.PNG) ![4](https://user-images.githubusercontent.com/80879010/123032286-8c778700-d39a-11eb-90b9-178ad717c661.PNG) ![5 1](https://user-images.githubusercontent.com/80879010/123032288-8c778700-d39a-11eb-8f57-19cdbaca7bc8.PNG) Basically, cpplint is installed but it is not working on the vscode gui. I can run the command and it shows the problems but does...

Anyone else have this issue? I have it installed on another machine which I did a while back, but I can't get this extension installed on a new machine

is the following grammar correct? ``` "cpplint.filters": [ "-legal/copyright" ], ```

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

When executing manually to analyze the current file, the `--extensions=` argument should be overwritten with the current file extension.

Added on-demand command for users that doesn't want that linter is automatically executed when opening or saving files. Added clear lints command for clearing the file squiggles and problems. Rationale:...

My cpplint is installed in `~/.local/bin/cpplint`, which is in my $PATH. This extension doesn't find it, probably because it has hardcoded searchpaths https://github.com/secularbird/cpplint-extension/blob/cc6fab2c7678d38c29935f6a42afd2620ca313b5/src/configuration.ts#L30 instead of using the $PATH variable (pretty...

like title, our company has own cpplint version, which tailored out useless part, that means not support some options, or embeded them in the script itself, please add one option,...