Drop the "--skip-pylint" directive from our bin/paver sample commands.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index 12d89d2..a2708df 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -30,7 +30,7 @@
 venv/bin/python bootstrap.py
 bin/buildout
 bin/gen-app-yaml local-devel
-bin/paver build --skip-pylint
+bin/paver build
 }}}
 
 == Running locally ==
@@ -147,7 +147,7 @@
 To do this, you will need to execute the `bin/paver` script, using the following command
 
 {{{
-bin/paver build --skip-pylint
+bin/paver build
 }}}
 
 This script will create a `build/` directory at the same level as the