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

.checkpatch.conf support #4

Closed Izikd closed 3 years ago

Izikd commented 4 years ago

Hi,

Can you please add ".checkpatch.conf" support?

.checkpatch.conf is placed at the root directory of a project and checkpatch.pl detects it for various configurations. Example: https://github.com/openil/u-boot/blob/master/.checkpatch.conf

Basically it requires the checkpatch.pl to be executed when CWD is the project directory.

idanpa commented 3 years ago

Nice to see you here @Izikd, fixed in 0.0.8.