File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,11 @@ flask {command} --help
8282All DB commands are from the ` Flask-Migrate ` library and are used to configure DB migrations through Alembic. See their
8383docs [ here] ( https://flask-migrate.readthedocs.io/en/latest/ ) for details.
8484
85- Code Standards
86- ------------
85+ ## Code standards
86+ This project is configured to use Pylint. Commits will be pylinted by Travis CI and if the score drops your build will
87+ fail blocking you from merging. To make your life easier just run it before making a PR.
8788
88- Use Pylint to ensure your code follows standards. Commits will be pylinted by Travis CI, if your
89- build fails you must fix whatever it tells you is wrong before it will be merged.
90-
91- To check locally, run ``` pylint packet ```
89+ To run pylint use this command:
90+ ``` bash
91+ pylint packet
92+ ```
You can’t perform that action at this time.
0 commit comments