Skip to content

Conversation

jorgeacortes
Copy link

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: when working in a project not following the standards, or a project with big files, I had to disable the extension even though I wanted to use it later. With this mode, the user controls when the linter is being executed. Also, allows the user to clear squiggles on demand if needed as it can be a hassle sometimes.

Added support for custom .py files by checking cpplintPath for ends in ".py". This is useful for users that have custom versions of cpplint, even though 100% compatibility with other versions is not guaranteed. Fixes #31.

Fixed missing license warning in package.json.

…tomatically executed when opening or saving files.

Added clear lints command for clearing the file squiggles and problems.
Added support for custom .py files by checking cpplintPath for ends in ".py".
Fixed missing license warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I have my own tailored cpplint.py

1 participant