summaryrefslogtreecommitdiff
path: root/doc/faq.rst
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2014-11-12 22:26:04 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2014-11-12 22:26:04 +0200
commit5c727bd136e89b0366cf0335ef8a61440378707f (patch)
treeac8fa5bed5ad08a25f5e1e3689e6120eb237e298 /doc/faq.rst
parentad83c5d56a58c9f07a713844ecbc5704090a8faa (diff)
downloadpylint-git-5c727bd136e89b0366cf0335ef8a61440378707f.tar.gz
Cleanup through documentation.
Diffstat (limited to 'doc/faq.rst')
-rw-r--r--doc/faq.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 7e2f3cc8c..c81bbc3b3 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -1,5 +1,7 @@
.. -*- coding: utf-8 -*-
+.. _faq:
+
==========================
Frequently Asked Questions
==========================
@@ -169,7 +171,6 @@ No, starting from 0.25.3, you can use symbolic names for messages::
# pylint: disable=fixme, line-too-long
-You can show these symbols in the output with the `-sy` option.
4.5 I have a callback function where I have no control over received arguments. How do I avoid getting unused argument warnings?
----------------------------------------------------------------------------------------------------------------------------------