scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
831 stars 90 forks source link

Update README style guide link #136

Closed nakato closed 8 years ago

nakato commented 8 years ago

The current link is a 404, and goes to google's style guide.

Google's style guide recommends pylint, which runs with 77 errors, 50 warn, 35 refactor, and 336 convention messages.

By pep8, there are 122 messages, mostly line length and imports not being at the top of the file.

So I've made the assumption this is meant to be based on pep8 to that.

scragg0x commented 8 years ago

Thanks