Small script for checking WebKit Code Style Guidelines with cpplint Visual Studio code plugin. The repository also contains the check-webkit-style tool extracted from the WebKit repository with minor modifications to make it work without the complete codebase.
- Clone this repository or download the source from a release tag
 - Extract and change to the cpplint-webkit directory
 - Install the tool e.g. in a docker container by running 
./install - Install the cpplint VS Code plugin (can also be added to e.g. 
devcontainer.jsonfor automatic installation) - Configure any options to WebKit's 
check-webkit-stylewith theCPPLINT_WEBKIT_ARGSenvironment variable - Make sure that 
/usr/local/binis in your evironmentPATHvariable - Run 
git config --global --add safe.directory '*'to make sure the/usr/share/WebKitis set to be safe 

