-
Notifications
You must be signed in to change notification settings - Fork 5
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
Advance multiroot workspace support #9
base: master
Are you sure you want to change the base?
Conversation
This forces '--showfile' mode to make linter stable whether the option passed directly by the arg or implicitly by .config file
By design linter is run from the directory where the repo containing commit is located. And in case when there is no '--show-types' option passed the resulting log violates expected format and parseCheckpatchLog() doesn't see what it should. Forcing the option fixes the problem.
a) This adds an ability to have a workspace-folder-specific checkpatch config. This useful in case when you have projects with different requirements in your multiroot workspace. b) This adds a checkpatch-specific output channel (output pane of vscode) c) This adds 'Clean Current Diagnostic' command to clean up problems pane manually
@tolezk I might need a few extra days to go over this change and to test it.
? |
Probably it may look like a mess (sorry for that, but I decided it's better to go as is than not to go) but this change does the following:
|
@idanpa please provide any feedback and I'll try to find some bandwidth to rearrange this in a way to make it easier to validate all the changes for you. Or let me know if you gonna reject this. |
So, this commit introduces some changes. The most noticeable change is multiroot workspace support in a quite flexible way.