GigaOM / go-code-scanner

A WordPress plugin for scanning code for standards/convention errors
GNU General Public License v2.0
5 stars 6 forks source link

loadXML() warning #22

Open AaronHolbrook opened 11 years ago

AaronHolbrook commented 11 years ago

Upon running a scan on a plugin I receive the following warning:

Warning: DOMDocument::loadXML(): Start tag expected, '<' not found in Entity, line: 1 in /srv/www/wordpress-default/wp-content/plugins/go-code-scanner-master/components/class-go-code-scanner-sniff.php on line 106

borkweb commented 11 years ago

Ah yes. I'll throw this in the readme. You have to clone this repository recursively:

git clone --recursive git@github.com:GigaOM/go-code-scanner.git

The reason is because it includes a couple of external repositories.

borkweb commented 11 years ago

Since you've already cloned it, just run:

git submodule update --init --recursive