Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for custom .py files. Added on-demand mode and clear lints command. #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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