You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,5 @@ Small script for checking [WebKit Code Style Guidelines](https://webkit.org/code
11
11
* Install the tool e.g. in a docker container by running `./install`
12
12
* Install the [cpplint](https://marketplace.visualstudio.com/items?itemName=mine.cpplint) VS Code plugin (can also be added to e.g. `devcontainer.json` for automatic installation)
13
13
* Configure any options to WebKit's `check-webkit-style` with the `CPPLINT_WEBKIT_ARGS` environment variable
14
+
* Make sure that `/usr/local/bin` is in your evironment `PATH` variable
15
+
* Run `git config --global --add safe.directory '*'` to make sure the `/usr/share/WebKit` is set to be safe
0 commit comments