We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91016f commit 918fa5cCopy full SHA for 918fa5c
cpplint-webkit
@@ -1,4 +1,4 @@
1
-#!/bin/bash -e
+#!/bin/bash
2
3
# Remove all cpplint args and use CPPLINT_WEBKIT_ARGS instead
4
FILES=${*: -1}
install.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+sudo cp -r cpplint-webkit/WebKit /usr/share
+sudo cp cpplint-webkit/check-webkit-style /usr/bin
5
+sudo cp cpplint-webkit/cpplint-webkit /usr/bin
6
+sudo git init /usr/share/WebKit
7
+sudo git config --global --add safe.directory /usr/share/WebKit
0 commit comments