Update codestyle scripts

- Add config to set max line length
- Turn off some rules that were harmful
- Turn off rules we explicitly ignore

Change-Id: Ida27fb635175f6a51c8ab1552bcd01c392dc2268
diff --git a/TestON/bin/unpep8 b/TestON/bin/unpep8
index 733d5a3..ff1e7ea 100755
--- a/TestON/bin/unpep8
+++ b/TestON/bin/unpep8
@@ -179,8 +179,7 @@
 def convertFromPep8( program ):
    oldProgram = program
    # Program text transforms
-   program = reinstateCapWords( program )  # Turning off for now
-   program = reinstateCapWords( program )
+   #program = reinstateCapWords( program )  # Turning off for now
    program = fixKeywords( program )
    program = insertExtraSpaces( program )
    # Undo string damage