file-ignored / I0013#

Message emitted:

Ignoring entire file

Description:

Used to inform that the file will not be checked

Problematic code:

# pylint: skip-file
# -1: [file-ignored]

Correct code:


Additional details:

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

Created by the main checker.