.. _unrecognized-option:

unrecognized-option / E0015
===========================

**Message emitted:**

Unrecognized option found: %s

**Description:**

*Used when we detect an option that we do not recognize.*


**Correct code:**

.. literalinclude:: /data/messages/u/unrecognized-option/good.py
   :language: python

**Additional details:**

You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !


Created by the `main <https://github.com/PyCQA/pylint/blob/main/pylint/lint/pylinter.py>`__ checker.