docs: Add note about noqa use

This commit is contained in:
Thomas Adamcik 2014-12-30 00:39:31 +01:00
parent f30ca831b6
commit 8d913b56da

View File

@ -101,7 +101,9 @@ Mopidy to come with tests.
flake8
If successful, the command will not print anything at all.
If successful, the command will not print anything at all. Ignore the rare
cases you need to ignore a check use `# noqa: <code>` so we can lookup what
you are ignoring.
#. Finally, there is the ultimate but a bit slower command. To run both tests,
docs build, and flake8 linting, run::