idanpa / vscode-checkpatch

Visual Studio Code extension for using linux kernel checkpatch tool to lint code.
https://marketplace.visualstudio.com/items?itemName=idanp.checkpatch
MIT License
11 stars 4 forks source link

tolezk/fix_showfile #8

Closed tolezk closed 2 years ago

tolezk commented 2 years ago

So, this is relative to https://github.com/idanpa/vscode-checkpatch/issues/7, part 1.

Here I made extension stable with '--showfile' option and fixed certain case of checkpatch log format violation when checkpatchCommit() called.

At this moment I don't know if package.json/contributes/problemMatchers should be modified too.

tolezk commented 2 years ago

I'll redesign this to include more useful stuff.