.. _file-ignored:

file-ignored / I0013
====================

**Message emitted:**

``Ignoring entire file``

**Description:**

*Used to inform that the file will not be checked*

**Problematic code:**

.. literalinclude:: /data/messages/f/file-ignored/bad.py
   :language: python

**Correct code:**

.. literalinclude:: /data/messages/f/file-ignored/good.py
   :language: python


**Additional details:**

There's no checks at all for a file if it starts by ``# pylint: skip-file``.



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