-
Notifications
You must be signed in to change notification settings - Fork 4
Style guidelines
qedk edited this page Aug 26, 2020
·
1 revision
Full list at https://www.flake8rules.com Travis will check linting automatically for all commits (including pull requests), you can run flake8 with the required commands to get equivalent results.
- W191 ignored - Use tabs instead of spaces
- E117 ignored - Over-indented allowed as a consequence of W191
- E501 ignored - No line-length limit as chatbot responses are long
- E123 - closing bracket should match indentation of opening bracket's line
- E126 - continuation line over-indented for hanging indent (one indent only)
- W504 - line break after binary operator not allowed since E501 is ignored (no line-length limit)
Copyright (C) 2020 QEDK Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".
- Home
- Building dependencies
- goodbot
- ircbot
- parsebot
- Web app
- Running
- Toolforge
- Style guidelines
- GNU Free Documentation License