WebKit style checking with VS Code cpplint plugin
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.
./install
devcontainer.json
for automatic installation)check-webkit-style
with the CPPLINT_WEBKIT_ARGS
environment variable/usr/local/bin
is in your evironment PATH
variablegit config --global --add safe.directory '*'
to make sure the /usr/share/WebKit
is set to be safe